AutoYADM commit: 2025-03-28 19:00:07
This commit is contained in:
parent
4606237776
commit
48763bee51
7 changed files with 208 additions and 1 deletions
11
.config/fish/functions/__abbr_tips_bind_space.fish
Normal file
11
.config/fish/functions/__abbr_tips_bind_space.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue