Update files

This commit is contained in:
Joey Payne 2018-10-30 08:59:28 -06:00
commit 7989a99b2e
72 changed files with 1018 additions and 13249 deletions

View file

@ -186,6 +186,10 @@ bind-key -T copy-mode-vi C-k select-pane -U
bind-key -T copy-mode-vi C-l select-pane -R
bind-key -T copy-mode-vi C-\ select-pane -l
set-window-option -g mode-keys vi
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'