mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 23:22:45 +08:00
up-or-search: shorten description
This commit is contained in:
parent
2369eb61e2
commit
34753cf0f6
|
@ -1,4 +1,5 @@
|
|||
function up-or-search -d "Depending on cursor position and current mode, either search backward or move up one line"
|
||||
# Depending on cursor position and current mode, either search backward or move up one line"
|
||||
function up-or-search -d "Search backward or move cursor up 1 line"
|
||||
# If we are already in search mode, continue
|
||||
if commandline --search-mode
|
||||
commandline -f history-search-backward
|
||||
|
|
Loading…
Reference in New Issue
Block a user