mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
parent
7bfad18ec7
commit
47b9993469
@ -1,6 +1,6 @@
|
||||
|
||||
function nextd-or-forward-word
|
||||
if test -z (commandline)
|
||||
set -l cmd (commandline)
|
||||
if test -z "$cmd"
|
||||
nextd
|
||||
commandline -f repaint
|
||||
else
|
||||
|
@ -1,5 +1,6 @@
|
||||
function prevd-or-backward-word
|
||||
if test -z (commandline)
|
||||
set -l cmd (commandline)
|
||||
if test -z "$cmd"
|
||||
prevd
|
||||
commandline -f repaint
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user