AutoYADM commit: 2025-03-28 19:00:07

This commit is contained in:
Daniel Fichtinger 2025-03-28 19:00:07 -04:00
parent 4606237776
commit 48763bee51
7 changed files with 208 additions and 1 deletions

View file

@ -0,0 +1,11 @@
function __abbr_tips_bind_space
commandline -i " "
if test $__abbr_tips_used != 1
if abbr -q -- (string trim -- (commandline))
set -g __abbr_tips_used 1
else
set -g __abbr_tips_used 0
end
end
commandline -f expand-abbr
end