tmux: Enable mouse support
This commit is contained in:
parent
3cb5f4f832
commit
e1d25b2968
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
tmuxPlugins.resurrect
|
tmuxPlugins.resurrect
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
# Enable mouse
|
||||||
|
setw -g mouse on
|
||||||
|
|
||||||
# Neovim
|
# Neovim
|
||||||
set-option -sg escape-time 10
|
set-option -sg escape-time 10
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
|
|
Loading…
Reference in a new issue