mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 07:21:14 -03:00
down-or-search: shorten description
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
function down-or-search -d "Depending on cursor position and current mode, either search forward or move down one line"
|
function down-or-search -d "search forward or move down one line"
|
||||||
# If we are already in search mode, continue
|
# If we are already in search mode, continue
|
||||||
if commandline --search-mode
|
if commandline --search-mode
|
||||||
commandline -f history-search-forward
|
commandline -f history-search-forward
|
||||||
|
|||||||
Reference in New Issue
Block a user