339 current 2024-04-14 16:23:07 24.05.20240414.bc59f72 6.8.4-zen1 *
This commit is contained in:
parent
127a6fbf66
commit
1c6b889687
2 changed files with 37 additions and 29 deletions
|
|
@ -21,7 +21,14 @@ in {
|
|||
tmuxPlugins.vim-tmux-navigator
|
||||
];
|
||||
extraConfig = ''
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-Space
|
||||
bind C-Space send-prefix
|
||||
|
||||
bind -n M-H previous-window
|
||||
bind -n M-L next-window
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue