Created
September 18, 2018 00:26
-
-
Save wilvk/eee0983a70248a2d7b1533a3df9ca080 to your computer and use it in GitHub Desktop.
tmux settings for mac
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 | |
set -g history-limit 999999 | |
bind-key -r k select-pane -U | |
bind-key -r j select-pane -D | |
bind-key -r h select-pane -L | |
bind-key -r l select-pane -R | |
bind -T copy-mode-vi y send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment