tmux config fix
This commit is contained in:
parent
0ef051ed34
commit
4cfb0f5fe4
@ -17,7 +17,7 @@
|
||||
tmuxifier
|
||||
neofetch
|
||||
nodejs
|
||||
corepack-nodejs
|
||||
corepack_latest
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
@ -11,6 +11,12 @@
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.vim-tmux-navigator
|
||||
];
|
||||
extraConfig = ''
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set -s escape-time 0
|
||||
set -g status-left-length 30 # could be any number
|
||||
set -g status-style 'bg=#333333 fg=#5eacd3'
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user