mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-16 07:45:06 +02:00
neovim: Add leap key bindings
This commit is contained in:
parent
14eff7e916
commit
57e1ffe97f
1 changed files with 14 additions and 0 deletions
|
|
@ -205,6 +205,20 @@
|
||||||
'';
|
'';
|
||||||
options.expr = true;
|
options.expr = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "s";
|
||||||
|
mode = [
|
||||||
|
"n"
|
||||||
|
"x"
|
||||||
|
"o"
|
||||||
|
];
|
||||||
|
action = "<Plug>(leap)";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "S";
|
||||||
|
mode = [ "n" ];
|
||||||
|
action = "<Plug>(leap-from-window)";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins.gitsigns.enable = true;
|
plugins.gitsigns.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue