summaryrefslogtreecommitdiff
path: root/.config/readline
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-02-25 21:50:00 +0100
committerben <benjaminfranzke@googlemail.com>2010-02-25 21:50:00 +0100
commit1e65b5ba40ad720145fae39daf1db3bb652ed0a9 (patch)
treeb332a8443999ac835bc00e50817c324b34aef221 /.config/readline
parentbbd8890aaf58d24fa2d9fe015dda1d1a77bee0dc (diff)
downloaddotfiles-1e65b5ba40ad720145fae39daf1db3bb652ed0a9.tar.gz
dotfiles-1e65b5ba40ad720145fae39daf1db3bb652ed0a9.tar.bz2
dotfiles-1e65b5ba40ad720145fae39daf1db3bb652ed0a9.zip
move inputrc to .config/readline
additionaly need to change INPUTRC to make readline read the file in ~/.config/readline
Diffstat (limited to '.config/readline')
-rw-r--r--.config/readline/inputrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc
new file mode 100644
index 0000000..ebdad36
--- /dev/null
+++ b/.config/readline/inputrc
@@ -0,0 +1,2 @@
+set editing-mode vi
+set bell-style none