diff options
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..b08c839 --- /dev/null +++ b/.inputrc @@ -0,0 +1,3 @@ +#set editing-mode vi +"\C-p": previous-history +"\C-n": next-history |