AutoYADM commit: 2025-06-25 15:24:08
This commit is contained in:
parent
1ec6efdd2a
commit
94a4c41a46
2 changed files with 47 additions and 10 deletions
|
@ -114,6 +114,8 @@ try %{
|
|||
set-option global ashen_dynamic_cursor true
|
||||
set-option global ashen_eol_cursor true
|
||||
}
|
||||
|
||||
|
||||
# disable clippy
|
||||
set-option -add global ui_options terminal_assistant=none
|
||||
|
||||
|
@ -150,6 +152,8 @@ hook global WinCreate .* %{
|
|||
# and it makes it easy to see trailing spaces
|
||||
add-highlighter window/show-whitespaces show-whitespaces -only-trailing
|
||||
add-highlighter window/show-matching show-matching
|
||||
require-module search-highlight
|
||||
search-highlight-enable
|
||||
}
|
||||
|
||||
# convenience mappings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue