Created
July 22, 2012 09:50
-
-
Save mushtaq/3159107 to your computer and use it in GitHub Desktop.
iterm-commandline-editing-sublime-mode
This file contains 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
#Add these mappings to .inputrc | |
"\e[1;9D": backward-word | |
"\e[1;9C": forward-word | |
"\e[D": beginning-of-line | |
"\e[C": end-of-line | |
"\e[1;3Z": backward-kill-word #configure iterm to send this signal for alt-delete | |
"\e[1;4Z": backward-kill-line #configure iterm to send this signal for cmd-delete | |
"\e[1;5Z": undo #configure iterm to send this signal for cmd-z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment