mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +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;
|
||||
}
|
||||
{
|
||||
key = "s";
|
||||
mode = [
|
||||
"n"
|
||||
"x"
|
||||
"o"
|
||||
];
|
||||
action = "<Plug>(leap)";
|
||||
}
|
||||
{
|
||||
key = "S";
|
||||
mode = [ "n" ];
|
||||
action = "<Plug>(leap-from-window)";
|
||||
}
|
||||
];
|
||||
|
||||
plugins.gitsigns.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue