mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Remove the mouse toggling logic as I don't think I've ever intentionally disabled the mouse
This commit is contained in:
parent
6d14264cce
commit
9853d7af9a
3 changed files with 0 additions and 9 deletions
|
@ -32,7 +32,6 @@
|
|||
| `` ` `` | Toggle synchronized input between the panes on the current window |
|
||||
| `<Ctrl>r` | Clear the terminal history, tmux history and the current window/pane |
|
||||
| `r` and `R` | Reload /etc/tmux.conf and ~/.tmux.conf respectively |
|
||||
| `m` and `<Ctrl>m` | Enable and disable the mouse respectively |
|
||||
| `?` and `/` | Show help for available key bindings and commands respectively |
|
||||
| `y` and `<Ctrl>p` | Enter __copy mode__ and paste from the copy buffer respectively |
|
||||
| `<Ctrl>v` and `<Ctrl>y` | Pastes the X buffer in tmux, and sends the tmux buffer to X respectively |
|
||||
|
|
|
@ -48,10 +48,6 @@ bind -T root MouseDown3Pane send-keys -M #send right clicks to the application b
|
|||
|
||||
# KEY BINDINGS
|
||||
#
|
||||
# m and <ctrl>m to enabling and disabling the mouse respectively
|
||||
bind m set-option -g mouse on \; display 'Mouse: ON'
|
||||
bind C-m set-option -g mouse off \; display 'Mouse: OFF'
|
||||
#
|
||||
# r and <ctrl>r to reloading ~/.tmux.conf and /etc/tmux.conf respectively
|
||||
bind r source-file ~/.tmux.conf
|
||||
bind R source-file /etc/tmux.conf
|
||||
|
|
|
@ -48,10 +48,6 @@ bind -T root MouseDown3Pane send-keys -M #send right clicks to the application b
|
|||
|
||||
# KEY BINDINGS
|
||||
#
|
||||
# m and <ctrl>m to enabling and disabling the mouse respectively
|
||||
bind m set-option -g mouse on \; display 'Mouse: ON'
|
||||
bind C-m set-option -g mouse off \; display 'Mouse: OFF'
|
||||
#
|
||||
# r and <ctrl>r to reloading ~/.tmux.conf and /etc/tmux.conf respectively
|
||||
bind r source-file ~/.tmux.conf
|
||||
bind R source-file /etc/tmux.conf
|
||||
|
|
Loading…
Reference in a new issue