Mercurial > ec-dotfiles
comparison inputrc @ 61:81d132d8c757
[inputrc] Added history search for gnome terminal version.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Sun, 08 May 2011 09:42:06 +0700 |
parents | 2ae8e6222b9d |
children | 4e44a9c03a3a |
comparison
equal
deleted
inserted
replaced
60:be4d0b045487 | 61:81d132d8c757 |
---|---|
22 "\e\e[C": forward-word | 22 "\e\e[C": forward-word |
23 | 23 |
24 #Up/Down | 24 #Up/Down |
25 "\e[A": history-search-backward | 25 "\e[A": history-search-backward |
26 "\e[B": history-search-forward | 26 "\e[B": history-search-forward |
27 #GNOME Terminal | |
28 "\eOA": history-search-backward | |
29 "\eOB": history-search-forward | |
27 | 30 |
28 #Misc | 31 #Misc |
29 "\C-w": backward-kill-word | 32 "\C-w": backward-kill-word |
30 | 33 |