Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit c2a9c8ea2c - Show all commits

View file

@ -211,13 +211,13 @@ function M.setup()
utils.set_keymap_list(enter_resizing_mode_keymaps) utils.set_keymap_list(enter_resizing_mode_keymaps)
local function on_resize_mode_enter() local function on_resize_mode_enter()
M.del_keymap_list(enter_resizing_mode_keymaps) utils.del_keymap_list(enter_resizing_mode_keymaps)
M.set_keymap_list(resizing_mode_keymaps) utils.set_keymap_list(resizing_mode_keymaps)
end end
local function on_resize_mode_exit() local function on_resize_mode_exit()
M.del_keymap_list(resizing_mode_keymaps) utils.del_keymap_list(resizing_mode_keymaps)
M.set_keymap_list(enter_resizing_mode_keymaps) utils.set_keymap_list(enter_resizing_mode_keymaps)
end end
local window_management_augroup = "WindowManagementEvents" local window_management_augroup = "WindowManagementEvents"