changed from omf to fisher

This commit is contained in:
Tiago Sousa 2023-11-18 15:30:36 +00:00
parent 0433199fbd
commit b679805695
28 changed files with 812 additions and 42 deletions

View file

@ -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