summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/whichkey.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index d1ae90a..a1db1c3 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -86,8 +86,6 @@ local mappings = {
"Buffers",
},
["e"] = { "<cmd>NvimTreeToggle<cr>", "Explorer" },
- ["w"] = { "<cmd>w!<CR>", "Save" },
- ["q"] = { "<cmd>q!<CR>", "Quit" },
["c"] = { "<cmd>Bdelete!<CR>", "Close Buffer" },
["n"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
["f"] = {