this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[nvim] Quit buffer fast with `<leader>q`

+1
+1
nvim/lua/plugins/whichkey.lua
··· 55 55 }, 56 56 r = { "<cmd>lua vim.lsp.buf.rename()<CR>", "Rename" }, 57 57 }, 58 + q = { "<cmd>bdelete<CR>", "Quit Buffer" }, 58 59 ["<leader>"] = { 59 60 name = "Terminal", 60 61 ["1"] = { "<cmd>1ToggleTerm<CR>", "1" },