AutoYADM commit: 2025-06-02 15:15:14

This commit is contained in:
Daniel Fichtinger 2025-06-02 15:15:14 -04:00
parent 480dd9d379
commit 917cdf72e1
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
declare-user-mode paragraph
declare-option -hidden str paragraph_select '<a-a>pj[p'
map global user <ret> "%opt{paragraph_select}: enter-user-mode -lock paragraph<ret>"
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'
map global paragraph E "d[pP[p%opt{paragraph_select}" -docstring 'move up'