Merge branch 'master' of ssh://jonfu.com/home/jon/dots

This commit is contained in:
jond
2017-12-13 15:20:38 -06:00
10 changed files with 163 additions and 5 deletions

View File

@@ -31,4 +31,11 @@ set -g mode-keys vi
if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
'set -g mouse on' \
'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
<<<<<<< HEAD
# 'set -g mouse on; set -g mouse-utf8 on' \
=======
bind-key Tab last-window
bind-key BTab previous-window
>>>>>>> 8ec84cb04cb2073f5741bc1073e53dfa4a088a50