Created
May 11, 2015 11:39
-
-
Save ncaq/4498df188b93fb223537 to your computer and use it in GitHub Desktop.
GNU readline keybinding setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set editing-mode emacs | |
# control | |
"\C-b": backward-delete-char | |
"\C-h": backward-char | |
"\C-n": history-search-forward | |
"\C-s": forward-char | |
"\C-t": history-search-backward | |
# alt | |
"\eb": backward-kill-word | |
"\eh": backward-word | |
"\es": forward-word | |
"\et": history-search-backward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment