mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
c73d165165
darcs-hash:20061214182313-ac50b-a912bcc0fac6e1d78f116e19f31f1c50ffc409cb.gz
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
|