mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 07:27:13 +08: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
|