modules/tmux: enable mouse support
This commit is contained in:
parent
57715094e1
commit
9902b4715c
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
mouse = true;
|
||||
escapeTime = 0;
|
||||
plugins = [
|
||||
pkgs.tmuxPlugins.gruvbox
|
||||
|
@ -14,7 +15,6 @@
|
|||
bind -n M-l select-pane -R
|
||||
bind -n M-k select-pane -U
|
||||
bind -n M-j select-pane -D
|
||||
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue