mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
removes redundant keymap
This commit is contained in:
parent
fb61fea2b2
commit
552c5e90c0
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ lvim.keys.normal_mode["<C-s>"] = ":w<CR>"
|
|||
lvim.keys.normal_mode["<C-q>"] = ":q<CR>" -- or vim.keymap.set("n", "<C-q>", ":q<cr>" )
|
||||
lvim.keys.normal_mode["C-t"] = false
|
||||
-- WhichKey Keymaps
|
||||
lvim.builtin.which_key.mappings["x"] = { vim.diagnostic.open_float, "Open diagnostics float" }
|
||||
lvim.builtin.which_key.mappings["c"] = { ":let @/ = \"\"<CR>", "Clear search" }
|
||||
lvim.builtin.which_key.mappings["d"] = { ":bprevious<CR>:bdelete #<CR>", "Close bufferline tab" }
|
||||
lvim.builtin.which_key.mappings["bc"] = { ":BufferKill<CR>", "Close buffer" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue