mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
9 lines
126 B
Fish
9 lines
126 B
Fish
|
|
||
|
function nextd-or-forward-word --key-binding
|
||
|
if test -z (commandline)
|
||
|
nextd
|
||
|
else
|
||
|
commandline -f forward-word
|
||
|
end
|
||
|
end
|