tmux plugins

This commit is contained in:
2024-04-20 11:50:40 +02:00
parent e6fac59270
commit 2dad268d5e

View File

@@ -2,10 +2,13 @@
programs.tmux = {
enable = true;
mouse = true;
prefix = "C-b";
prefix = "C-Space";
keyMode = "vi";
terminal = "screen-256color";
plugins = with pkgs.tmuxPlugins; [
sensible
vim-tmux-navigator
gruvbox
];
};
}