mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
feat(keymaps): new keymap to toggle mazimize of current window leader-m or leader-wm
This commit is contained in:
parent
a13457eea3
commit
3ace8277e5
3 changed files with 20 additions and 1 deletions
|
@ -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" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue