Skip to content

Instantly share code, notes, and snippets.

@wilvk
Created September 18, 2018 00:26
Show Gist options
  • Save wilvk/eee0983a70248a2d7b1533a3df9ca080 to your computer and use it in GitHub Desktop.
Save wilvk/eee0983a70248a2d7b1533a3df9ca080 to your computer and use it in GitHub Desktop.
tmux settings for mac
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