AutoYADM commit: 2025-05-13 18:02:01

This commit is contained in:
Daniel Fichtinger 2025-05-13 18:02:01 -04:00
parent b4b4592c06
commit 2ca5ef48b0
2 changed files with 6 additions and 1 deletions

View file

@ -18,3 +18,4 @@ abbr -a blu systemctl --user restart blueman-applet.service
abbr -a hniri hx /home/fic/.config/niri/main.kdl
abbr -a hbf hut builds show --follow
abbr -a k kak
abbr -a krc kak -e \'cd ~/.config/kak\' ~/.config/kak/kakrc

View file

@ -109,4 +109,8 @@ map -docstring "blame" global git b ": git_blame"
map -docstring "format" global user F ": format<ret>"
# Case-insensitive Search
map -docstring 'case insensitive search' global user '/' /(?i)
map -docstring 'case insensitive backward search' global user '<a-/>' <a-/>(?i)
map -docstring 'case insensitive extend search' global user '?' ?(?i)
map -docstring 'case insensitive backward extend-search' global user '<a-?>' <a-?>(?i)