nvim + home-manager
This commit is contained in:
14
home-manager/home-tmux.nix
Normal file
14
home-manager/home-tmux.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
baseIndex = 1;
|
||||
clock24 = true;
|
||||
enable = true;
|
||||
escapeTime = 0;
|
||||
keyMode = "vi";
|
||||
mouse = true;
|
||||
shortcut = "Space";
|
||||
extraConfig = ''
|
||||
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
|
||||
set -g status off
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user