From e6594804ab4be915a4044a64e01ab1b56892b744 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Fri, 9 May 2025 13:55:55 +0300 Subject: feat: add window-related keybinds --- lua/config/options.lua | 3 +++ 1 file changed, 3 insertions(+) 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", "", "nohlsearch", { desc = "Reset search highlight" }) +-- Window related binds +map("n", "d", "c", { desc = "[D]elete [W]indow" }) + -- Buffer related binds map("n", "bd", "bdelete", { desc = "[D]elete [B]uffer" }) -- cgit v1.2.3-70-g09d2