mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 14:55:05 +02:00
neovim: Add leap remote key bindings
This commit is contained in:
parent
7b16c01004
commit
2416a5c00b
1 changed files with 16 additions and 0 deletions
|
|
@ -219,6 +219,22 @@
|
|||
mode = [ "n" ];
|
||||
action = "<Plug>(leap-from-window)";
|
||||
}
|
||||
{
|
||||
key = "gs";
|
||||
mode = [
|
||||
"n"
|
||||
"o"
|
||||
];
|
||||
action = "<Plug>(leap-remote)";
|
||||
}
|
||||
{
|
||||
key = "gS";
|
||||
mode = [
|
||||
"n"
|
||||
"o"
|
||||
];
|
||||
action = "<Plug>(leap-remote-linewise)";
|
||||
}
|
||||
];
|
||||
|
||||
plugins.gitsigns.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue