mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
tmux vimode + tmux term
This commit is contained in:
parent
a8413ac248
commit
13bf6c1163
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ with lib;
|
|||
};
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
terminal = "screen-256color";
|
||||
terminal = "tmux-256color";
|
||||
keyMode = "vi";
|
||||
baseIndex = 1;
|
||||
extraConfig = with mapAttrs (_: v: "colour${toString v}") pkgs.base16.shell.shell256; ''
|
||||
# proper title handling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue