diff options
| -rw-r--r-- | .tmux.conf | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -3,7 +3,9 @@ bind m split-window -v  bind r source-file ~/.tmux.conf  set -g status-fg white  set -g status-bg black -set-window-option -g mode-keys vi +setw -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  # Smart pane switching with awareness of Vim splits.  # See: https://github.com/christoomey/vim-tmux-navigator | 
