mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
tmux mouse support
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Ctrl-Space prefix
|
# Ctrl-Space prefix
|
||||||
set -g prefix C-Space
|
set -g prefix C-Space
|
||||||
|
|
||||||
|
# Mouse support
|
||||||
|
set -g mouse on
|
||||||
|
set -g mouse-select-pane on
|
||||||
|
|
||||||
# vi keybinds
|
# vi keybinds
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
|
|||||||
Reference in New Issue
Block a user