nvim + home-manager

This commit is contained in:
2023-06-02 17:01:19 -04:00
commit 174c45fbd1
18 changed files with 784 additions and 0 deletions

View 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
'';
}