Created
December 23, 2012 17:11
-
-
Save vojd/4364500 to your computer and use it in GitHub Desktop.
.inputrc
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
# 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