diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ 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 # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator |