339 current 2024-04-14 16:23:07 24.05.20240414.bc59f72 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-14 16:23:15 -04:00
parent 127a6fbf66
commit 1c6b889687
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 37 additions and 29 deletions

View file

@ -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
'';
};
}