AutoYADM commit: 2025-05-21 16:45:14

This commit is contained in:
Daniel Fichtinger 2025-05-21 16:45:14 -04:00
parent 3dba6d45c5
commit 050b548393
3 changed files with 21 additions and 4 deletions

View file

@ -99,4 +99,6 @@ map -docstring 'surround' global normal k ': enter-user-mode surround<ret>'
map -docstring 'add surrounding' global surround s ': enter-user-mode surround-add<ret>'
map -docstring 'delete surrounding' global surround d ':surround-delete<ret>'
map -docstring 'replace surrounding' global surround r ':surround-replace<ret>'
map -docstring 'select inside object' global surround i '<a-i>'
map -docstring 'select around object' global surround a '<a-a>'
~