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 = {
|
||||
enable = true;
|
||||
newSession = true;
|
||||
keyMode = "vi";
|
||||
extraConfig = ''
|
||||
set-option -g status off
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue