feat(tmux): enable vi mode
This commit is contained in:
parent
42439ff035
commit
7016002892
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue