feat(tmux): enable vi mode

This commit is contained in:
Michael Mandl 2022-06-21 14:33:28 +02:00
parent 42439ff035
commit 7016002892
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

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