fix tmux.conf syntax errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#configure mouse
|
#configure mouse
|
||||||
setw -g mouse-mode on
|
set -g mouse-mode on
|
||||||
set -g mouse-select-pane on
|
set -g mouse-select-pane on
|
||||||
set -g mouse-resize-pane on
|
set -g mouse-resize-pane on
|
||||||
set -g mouse-select-window 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
|
bind -r L resize-pane -R 5
|
||||||
|
|
||||||
unbind %
|
unbind %
|
||||||
unbind "
|
|
||||||
bind v split-window -h
|
bind v split-window -h
|
||||||
bind b split-window -v
|
bind b split-window -v
|
||||||
|
|||||||
Reference in New Issue
Block a user