weeee
This commit is contained in:
parent
c87a659923
commit
f61d0a57a4
2 changed files with 14 additions and 1 deletions
|
@ -40,7 +40,7 @@ require("util").keymaps({
|
|||
desc = "Quit",
|
||||
mode = nvx,
|
||||
},
|
||||
{ "Q", "<cmd>NvimTreeClose<cr><cmd>qa<CR>", desc = "Quit all", mode = nvx },
|
||||
{ "Q", "<cmd>qa<CR>", desc = "Quit all", mode = nvx },
|
||||
-- { "Q", "<cmd>qa<CR>", desc = "Quit all", mode = nvx },
|
||||
{ "<leader>Q", "<nop>", mode = nvx }, -- don't do normal Q quit
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue