diff options
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +bind n split-window -h +bind m split-window -v +bind r source-file ~/.tmux.conf +set -g status-fg white +set -g status-bg black + # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator is_vim="ps -o state= -o comm= -t '#{pane_tty}' \ |