Skip to content

Instantly share code, notes, and snippets.

@meongx
Last active January 7, 2016 05:22
Show Gist options
  • Select an option

  • Save meongx/6c4eca6e017d30bfdb0e to your computer and use it in GitHub Desktop.

Select an option

Save meongx/6c4eca6e017d30bfdb0e to your computer and use it in GitHub Desktop.
linux configuration
"\eOD": backward-word
"\e[1;5D": backward-word
"\eOC": forward-word
"\e[1;5C": forward-word
"\e[1~": beginning-of-line
"\e[4~": end-of-line
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment