Bladeren bron

~/.tmux.conf: Disable tmux-specific mouse selection in normal mode

The terminal-specific mouse selection (and other mouse-related actions)
are still possible by simply pressing 'Shift' while doing the action.
Lu Stadler 7 jaren geleden
bovenliggende
commit
89ede7580f
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      .tmux.conf

+ 1 - 0
.tmux.conf

@ -39,5 +39,6 @@ bind-key -n F8 select-window -t 7
39 39
set -g status-keys emacs
40 40
bind-key -T copy-mode-vi ? command-prompt -i -I "#{pane_search_string}" -p "(search up)" "send -X search-backward-incremental \"%%%\""
41 41
bind-key -T copy-mode-vi / command-prompt -i -I "#{pane_search_string}" -p "(search down)" "send -X search-forward-incremental \"%%%\""
42
unbind-key -T root MouseDrag1Pane
42 43
43 44
bind-key r source-file ~/.tmux.conf