chore: Update config after a long time
This commit is contained in:
parent
1147cb050a
commit
604ede613e
37 changed files with 1145 additions and 98 deletions
|
@ -0,0 +1,9 @@
|
|||
function __history_previous_command_arguments
|
||||
switch (commandline -t)
|
||||
case "!"
|
||||
commandline -t ""
|
||||
commandline -f history-token-search-backward
|
||||
case "*"
|
||||
commandline -i '$'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue