mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 02:34:15 +08:00
10 lines
136 B
Fish
10 lines
136 B
Fish
|
|
function nextd-or-forward-word
|
|
if test -z (commandline)
|
|
nextd
|
|
commandline -f repaint
|
|
else
|
|
commandline -f forward-word
|
|
end
|
|
end
|