AutoYADM commit: 2025-05-26 01:13:35

This commit is contained in:
Daniel Fichtinger 2025-05-26 01:13:35 -04:00
parent fbb0d4e3b4
commit 8b77acf426
3 changed files with 7 additions and 1 deletions

View file

@ -61,6 +61,7 @@ define-command -hidden surround-replace-sub -params 1 %{
}
surround-delete-key %arg{1}
execute-keys H'
fi
else
printf '%s' 'info -title surround "Canceled"'
fi

View file

@ -1,3 +1,4 @@
provide-module ui-mode %~
declare-user-mode ui
map -docstring "UI" global user u ": enter-user-mode ui<ret>"
@ -60,6 +61,7 @@ define-command ui-scrolloff-toggle -docstring "toggle scrolloff" %{
fi
echo "set-option window scrolloff $final"
notify-send "$final"
}
}
@ -83,3 +85,4 @@ define-command autowrap-toggle -docstring "toggle autowrap" %{
}
map -docstring 'toggle autowrap' global ui a ": autowrap-toggle<ret>"
~