Skip to content

Instantly share code, notes, and snippets.

@mushtaq
Created July 22, 2012 09:50
Show Gist options
  • Save mushtaq/3159107 to your computer and use it in GitHub Desktop.
Save mushtaq/3159107 to your computer and use it in GitHub Desktop.
iterm-commandline-editing-sublime-mode
#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