claytron / dotfiles

My *nix confs

This URL has Read+Write access

dotfiles / .inputrc
100644 10 lines (9 sloc) 0.229 kb
1
2
3
4
5
6
7
8
9
10
# I prefer vi-style editing
set editing-mode vi
set keymap vi
# ignore that case biatch
set completion-ignore-case on
# actually tab the first time :)
set show-all-if-ambiguous on
# turn off the annoying bell
set bell-style none