Buffer manager and telescope keybindings

This commit is contained in:
Saeed Afzal
2024-06-09 16:47:41 +01:00
parent 327e221872
commit 392cf4b961
4 changed files with 15 additions and 2 deletions

View File

@@ -21,3 +21,6 @@ map("n", "<leader>h", ":noh<CR>")
-- Replace (visual)
map("v", "<leader>r", "\"hy:%s/<C-r>h//g<left><left>")
-- Buffer manager
map("n", "<leader>b", ":lua require(\"buffer_manager.ui\").toggle_quick_menu()<CR>")