feat(keymaps): new keymap to toggle mazimize of current window leader-m or leader-wm

This commit is contained in:
Folke Lemaitre
2024-05-29 22:35:40 +02:00
parent a13457eea3
commit 3ace8277e5
3 changed files with 20 additions and 1 deletions

View File

@ -17,7 +17,7 @@ return {
local animate = require("mini.animate")
return {
resize = {
timing = animate.gen_timing.linear({ duration = 100, unit = "total" }),
timing = animate.gen_timing.linear({ duration = 50, unit = "total" }),
},
scroll = {
timing = animate.gen_timing.linear({ duration = 150, unit = "total" }),