nixbook: nixvim harpoon

This commit is contained in:
Tristan 2024-07-31 00:23:35 +01:00 committed by Tristan Beedell
parent 88ce520e29
commit ee31c8b2f9
2 changed files with 22 additions and 2 deletions

View file

@ -8,7 +8,6 @@
}: let
user = config.user;
in {
imports = [
./modules/podman.nix
];
@ -124,7 +123,7 @@ in {
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
set -g mouse on
set -g mouse on
bind -n "M-`" break-pane -d
'';