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 = { programs.tmux = {
enable = true; enable = true;
mouse = true; mouse = true;
prefix = "C-b"; prefix = "C-Space";
keyMode = "vi";
terminal = "screen-256color";
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [
sensible sensible
vim-tmux-navigator vim-tmux-navigator
gruvbox
]; ];
}; };
} }