10 lines
217 B
Fish
10 lines
217 B
Fish
|
function bind_dollar
|
||
|
switch (commandline -t)[-1]
|
||
|
case "!"
|
||
|
commandline -t ""
|
||
|
commandline -f history-token-search-backward
|
||
|
case "*"
|
||
|
commandline -i '$'
|
||
|
end
|
||
|
end
|