From bed28d653da9761f87ec9d1d0e1b3b11b84c4706 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 13 May 2011 14:59:48 -0400 Subject: [PATCH] inputrc: add F2 alias, comments --- inputrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 inputrc diff --git a/inputrc b/inputrc old mode 100755 new mode 100644 index ea4c4a3..6865c5b --- a/inputrc +++ b/inputrc @@ -9,7 +9,9 @@ $include /etc/inputrc # F1 -> clear screen "\eOP": "clear\n" -# F4 +# F2 -> take a quick note +"\eOQ": "cat >/dev/null\n" +# F4 -> c++ source file extensions "\eOS": "{h,cc}" # Fragment from Ubuntus default inputrc: