Adding tmux mouse commands
This commit is contained in:
parent
478b25cf40
commit
353334f55f
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ bind C-p previous-window
|
|||
bind C-c new-window
|
||||
bind C-d detach
|
||||
|
||||
# Mouse!
|
||||
set -g mode-mouse on
|
||||
set -g mouse-resize-pane on
|
||||
set -g mouse-select-pane on
|
||||
set -g mouse-select-window on
|
||||
|
||||
# Rebinding switching panes
|
||||
bind-key Up select-pane -U
|
||||
bind-key Down select-pane -D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue