diff options
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r-- | configs/.tmux.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index d8d3a6596313..9d1d151bcecd 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -140,10 +140,6 @@ set-window-option -g allow-rename off bind c new-window -c '#{pane_current_path}' -# mouse mode -set-option -g mouse on - - # Make tmux work like vi set-window-option -g mode-keys vi bind h select-pane -L |