AutoYADM commit: 2025-06-16 18:37:38

This commit is contained in:
Daniel Fichtinger 2025-06-16 18:37:38 -04:00
parent 572213b693
commit 00d6642368
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
declare-user-mode paragraph
declare-option -hidden str paragraph_select '<a-a>pj[p'
map global normal <a-ret> '<a-a>pj[p'
map global normal <ret> '<a-a>pj[p<a-;>'
map -docstring 'paragraph mode' global user <ret> "%opt{paragraph_select}: enter-user-mode -lock paragraph<ret>"
map global paragraph I '>' -docstring 'move right'
map global paragraph M '<' -docstring 'move left'