Skip to content

Instantly share code, notes, and snippets.

@vojd
Created December 23, 2012 17:11
Show Gist options
  • Save vojd/4364500 to your computer and use it in GitHub Desktop.
Save vojd/4364500 to your computer and use it in GitHub Desktop.
.inputrc
# Autocompletion without case sensitivity
# ---------------------------------------
set completion-ignore-case on
# Word jumping
# ------------
# CTRL left/right arrow
"\e[1;5D": backward-word
"\e[1;5C": forward-word
# CTRL SHIFT left/right arrow key
#"\e[1;6D": backward-word
#"\e[1;6C": forward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment