From: Simon Ruderich Date: Tue, 2 Sep 2008 17:06:57 +0000 (+0200) Subject: Added readline configuration file. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c91dfe9bac0d9e58d5048fe9fe115fadd05cf09f;p=config%2Fdotfiles.git Added readline configuration file. It sets Vim bindings. --- diff --git a/inputrc b/inputrc new file mode 100644 index 0000000..25643b6 --- /dev/null +++ b/inputrc @@ -0,0 +1,9 @@ +# Configuration file for readline. + + +# Only one is necessary to get a list of all possible options. +set show-all-if-ambiguous on + +# Activate vi editing mode. +set editing-mode vi +set keymap vi