nixbook: nixvim harpoon
This commit is contained in:
parent
88ce520e29
commit
ee31c8b2f9
2 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue