Setup WSL Host
This commit is contained in:
16
nix/users/luca/tmux.nix
Executable file
16
nix/users/luca/tmux.nix
Executable file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
enable = true;
|
||||
prefix = "C-Space";
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
sensibleOnTop = true;
|
||||
keyMode = "vi";
|
||||
plugins = with pkgs; [{ plugin = tmuxPlugins.tokyo-night-tmux; }];
|
||||
extraConfig = ''
|
||||
bind -n M-H previous-window
|
||||
bind -n M-L next-window
|
||||
'';
|
||||
escapeTime = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user