1
Fork 0

tmux: Enable mouse support

This commit is contained in:
caem 2024-11-24 16:12:25 +01:00
parent 3cb5f4f832
commit e1d25b2968
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -9,6 +9,9 @@
tmuxPlugins.resurrect
];
extraConfig = ''
# Enable mouse
setw -g mouse on
# Neovim
set-option -sg escape-time 10
set-option -g focus-events on