feat(tmux): enable vi mode

main
mandlm 2022-06-21 14:33:28 +02:00
parent 42439ff035
commit 7016002892
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
tmux = { tmux = {
enable = true; enable = true;
newSession = true; newSession = true;
keyMode = "vi";
extraConfig = '' extraConfig = ''
set-option -g status off set-option -g status off
''; '';