AutoYADM commit: 2025-05-26 01:13:35
This commit is contained in:
parent
fbb0d4e3b4
commit
8b77acf426
3 changed files with 7 additions and 1 deletions
|
@ -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>"
|
||||
~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue