Mercurial > ec-dotfiles
diff rc/inputrc @ 129:f18a27a0e8fc
Merge branch.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sat, 29 Oct 2011 11:40:35 +0700 |
parents | a7484f2c9616 |
children | 5bed5473ab29 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rc/inputrc Sat Oct 29 11:40:35 2011 +0700 @@ -0,0 +1,33 @@ +#Basic settings +set bell-style none +set keymap emacs + +#Home/End +#GNOME Terminal +"\eOH": beginning-of-line +"\eOF": end-of-line +#tmux +"\e[1~": beginning-of-line +"\e[4~": end-of-line + +#Delete +"\e[3~": delete-char + +#Alt-Left/Right +#GNOME Terminal +"\e[1;3D": backward-word +"\e[1;3C": forward-word +#tmux +"\e\e[D": backward-word +"\e\e[C": forward-word + +#Up/Down +"\e[A": history-search-backward +"\e[B": history-search-forward +#GNOME Terminal +"\eOA": history-search-backward +"\eOB": history-search-forward + +#Misc +"\C-w": unix-filename-rubout +