tmux vimode + tmux term

This commit is contained in:
kat witch 2021-07-25 23:47:10 +01:00
parent a8413ac248
commit 13bf6c1163
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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