summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/config/options.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua
index 43bf110..6208be7 100644
--- a/lua/config/options.lua
+++ b/lua/config/options.lua
@@ -60,6 +60,9 @@ map("n", "N", "Nzzzv", { desc = "Previous Search Result" })
-- Reset search highlight on ESC
map("n", "<Esc>", "<cmd>nohlsearch<CR>", { desc = "Reset search highlight" })
+-- Window related binds
+map("n", "<C-w>d", "<C-w>c", { desc = "[D]elete [W]indow" })
+
-- Buffer related binds
map("n", "<leader>bd", "<cmd>bdelete<CR>", { desc = "[D]elete [B]uffer" })