Last active
January 7, 2016 05:22
-
-
Save meongx/6c4eca6e017d30bfdb0e to your computer and use it in GitHub Desktop.
linux configuration
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
| "\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 |
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
| 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