diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-08 10:12:10 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-08 10:12:10 +0100 |
| commit | 2a83b122e0450ced99508a4bb92122b491637a7e (patch) | |
| tree | 88d804a13e5d5bebe68627bad2a86ab6ffc7acc5 /lua/config | |
| parent | 11299dd0ff200d7b8a6f4dff8933fb3951fd5151 (diff) | |
✨feat: add akinsho/bufferline.nvim plugin
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/mappings.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/config/mappings.lua b/lua/config/mappings.lua index 27fc506..a203a65 100644 --- a/lua/config/mappings.lua +++ b/lua/config/mappings.lua @@ -14,3 +14,8 @@ vim.api.nvim_set_keymap( { noremap = true, silent = true, desc = "Split Down" } ) vim.api.nvim_set_keymap("n", "<Esc>", ":noh<CR>", { noremap = true, silent = true, desc = "Clear Search" }) + + +-- bufferline keymaps + +vim.api.nvim_set_keymap("n", "<leader>C", ":BufferLineCloseOthers<CR>", { noremap = true, silent = true, desc = "Close Other Buffers" }) |
