]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added readline configuration file.
authorSimon Ruderich <simon@ruderich.org>
Tue, 2 Sep 2008 17:06:57 +0000 (19:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 2 Sep 2008 17:06:57 +0000 (19:06 +0200)
It sets Vim bindings.

inputrc [new file with mode: 0644]

diff --git a/inputrc b/inputrc
new file mode 100644 (file)
index 0000000..25643b6
--- /dev/null
+++ b/inputrc
@@ -0,0 +1,9 @@
+# Configuration file for readline.
+
+
+# Only one <tab> 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