Last active
May 21, 2026 02:04
-
-
Save nonrice/ef58e15911b6de0467f1c497af5c18a1 to your computer and use it in GitHub Desktop.
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-window-option -g mode-keys vi | |
| bind -r C-k resize-pane -U | |
| bind -r C-j resize-pane -D | |
| bind -r C-h resize-pane -L | |
| bind -r C-l resize-pane -R | |
| bind k select-pane -U | |
| bind j select-pane -D | |
| bind h select-pane -L | |
| bind l select-pane -R | |
| unbind Up | |
| unbind Down | |
| unbind Left | |
| unbind Right | |
| unbind C-Up | |
| unbind C-Down | |
| unbind C-Left | |
| unbind C-Right | |
| set -g mouse on | |
| bind S setw synchronize-panes | |
| set -sg escape-time 0 | |
| set -s set-clipboard on | |
| set -g focus-events on | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment