nvim mappings

This commit is contained in:
thek4n 2024-11-05 13:36:55 +03:00
parent 88e48662a3
commit 82d9a032ab

View File

@ -43,6 +43,7 @@ return {
["<C-n>"] = actions.preview_scrolling_down, ["<C-n>"] = actions.preview_scrolling_down,
["<C-p>"] = actions.preview_scrolling_up, ["<C-p>"] = actions.preview_scrolling_up,
["<C-a>"] = actions.toggle_all, ["<C-a>"] = actions.toggle_all,
["<C-o>"] = actions.toggle_selection,
["?"] = actions.which_key, ["?"] = actions.which_key,
["jf"] = { "<esc>", type = "command" }, ["jf"] = { "<esc>", type = "command" },
}, },