nixvim: re-add edit_alternate.vim
This commit is contained in:
parent
01cc01069b
commit
a218f5623c
5 changed files with 157 additions and 1 deletions
9
modules2/nixvim/edit-alternate/keymaps.nix
Normal file
9
modules2/nixvim/edit-alternate/keymaps.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
flake.modules.nixvim.custom.keymaps = [
|
||||
{
|
||||
action = "<cmd>EditAlternate<CR>";
|
||||
key = "<leader>ea";
|
||||
mode = "n";
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue