mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
removed which key mappings for barbar
This commit is contained in:
@@ -10,14 +10,6 @@ return {
|
|||||||
|
|
||||||
local map = vim.api.nvim_set_keymap
|
local map = vim.api.nvim_set_keymap
|
||||||
local opts = { noremap = true, silent = true }
|
local opts = { noremap = true, silent = true }
|
||||||
local whichKey = require("which-key")
|
|
||||||
|
|
||||||
whichKey.add({
|
|
||||||
{ "", "<leader>bcl", desc = "<cmd>BufferCloseAllBuffersLeft<cr>" },
|
|
||||||
{ "", desc = "<leader>bc" },
|
|
||||||
{ "", "<leader>bcr", desc = "<cmd>BufferCloseAllBuffersRight<cr>" },
|
|
||||||
{ "", "<leader>bcc", desc = "<cmd>BufferCloseAllButCurrent<cr>" },
|
|
||||||
})
|
|
||||||
|
|
||||||
map("n", "<A-,>", "<Cmd>BufferPrevious<CR>", opts)
|
map("n", "<A-,>", "<Cmd>BufferPrevious<CR>", opts)
|
||||||
map("n", "<A-.>", "<Cmd>BufferNext<CR>", opts)
|
map("n", "<A-.>", "<Cmd>BufferNext<CR>", opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user