mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 12:19:12 +00:00
nixvimConfigs/fiesta: add keymap descriptions
This commit is contained in:
parent
d1df640c1e
commit
bad0a906c1
@ -35,6 +35,7 @@
|
||||
mode = "i";
|
||||
key = "jk";
|
||||
action = "<Esc>";
|
||||
options.desc = "Escape";
|
||||
}
|
||||
|
||||
{
|
||||
@ -42,6 +43,7 @@
|
||||
key = "<leader>bd";
|
||||
action = "vim.cmd.bdelete";
|
||||
lua = true;
|
||||
options.desc = "Delete current buffer";
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user