Skip to content

Instantly share code, notes, and snippets.

@ncaq
Created May 11, 2015 11:39
Show Gist options
  • Save ncaq/4498df188b93fb223537 to your computer and use it in GitHub Desktop.
Save ncaq/4498df188b93fb223537 to your computer and use it in GitHub Desktop.
GNU readline keybinding setting
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