mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
up-or-search: shorten description
This commit is contained in:
parent
2369eb61e2
commit
34753cf0f6
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue