diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-11 20:22:37 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-11 20:22:37 -0400 |
| commit | 04d818b753f86aec987e7e1c00ab0127de2c08f2 (patch) | |
| tree | 63292ff38c4804e8e927ba0d32847c0b0058e6a3 /pkgs/custom-neovim/config/lua/mappings.lua | |
| parent | 0237ca8b4e043bba284f3e5267c1958104b13ee6 (diff) | |
neovim: replace dropbar with incline & more
Diffstat (limited to 'pkgs/custom-neovim/config/lua/mappings.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/mappings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/mappings.lua b/pkgs/custom-neovim/config/lua/mappings.lua index 275ff27..9b2c188 100644 --- a/pkgs/custom-neovim/config/lua/mappings.lua +++ b/pkgs/custom-neovim/config/lua/mappings.lua @@ -32,7 +32,7 @@ mapkey("n", "<leader>tT", "Go to previous tab", ":tabprev<cr>") mapkey("n", "<leader>b", "Manage buffers", "") mapkey("n", "<leader>bb", "Go to next buffer", ":bn<cr>") mapkey("n", "<leader>bB", "Go to previous buffer", ":bp<cr>") -mapkey("n", "<leader>bc", "Delete current buffer", ":bd<cr>") +mapkey("n", "<leader>bd", "Delete current buffer", ":bd<cr>") mapkey("n", "<leader>bp", "Open buffer picker", ":lua Snacks.picker.buffers()<cr>") mapkey("n", "<leader>bg", "Open buffer live grep picker", ":lua Snacks.picker.grep_buffers()<cr>") |
