Skip to content

Instantly share code, notes, and snippets.

@krusynth
Created November 20, 2012 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krusynth/4118153 to your computer and use it in GitHub Desktop.
Save krusynth/4118153 to your computer and use it in GitHub Desktop.
Readline hacks
set input-meta on
set output-meta on
set convert-meta off
set completion-query-items 10000
set completion-ignore-case On
# these allow you to use shift+left/right arrow keys
# to jump the cursor over words
"\e[1;2C": forward-word
"\e[1;2D": backward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment