diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection c # Vi mode set-window-option -g mode-keys vi +set -g main-pane-width 156 + # Plugins set -g @plugin 'christoomey/vim-tmux-navigator' |