AutoYADM commit: 2025-07-01 15:09:01

This commit is contained in:
Daniel Fichtinger 2025-07-01 15:09:01 -04:00
parent 21e11ec821
commit 4c7960a6a8

View file

@ -0,0 +1,11 @@
declare-option -hidden str mark_saved
define-command mark-save %{
execute-keys '"jZ'
}
define-command mark-restore %{
execute-keys '"jz'
}
map global normal <c-s-y> ': echo hi<ret>'
# map global normal <c-Y> ': mark-save<ret>'
map global normal <c-y> ': mark-restore<ret>'