mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add <C-k> to nvim
This commit is contained in:
parent
237ecb6911
commit
fa308b408d
1 changed files with 7 additions and 0 deletions
|
|
@ -61,6 +61,13 @@ in {
|
|||
action = "<cmd>lua vim.lsp.buf.definition()<CR>";
|
||||
desc = "Go to Definition";
|
||||
}
|
||||
{
|
||||
key = "<C-k>";
|
||||
mode = ["n"];
|
||||
action = "<cmd>FzfLua combine pickers=keymaps;commands<CR>";
|
||||
silent = true;
|
||||
desc = "FzfLua keymaps and commands";
|
||||
}
|
||||
];
|
||||
|
||||
languages = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue