fix tmux.conf syntax errors

This commit is contained in:
2015-09-29 16:57:33 -04:00
parent e4dc223245
commit 74f6c21910

View File

@@ -1,5 +1,5 @@
#configure mouse
setw -g mouse-mode on
set -g mouse-mode on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
@@ -32,6 +32,5 @@ bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
unbind %
unbind "
bind v split-window -h
bind b split-window -v