mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Teach down-or-search how to use down-arrow to begin pager navigation
This commit is contained in:
@@ -5,6 +5,13 @@ function down-or-search -d "Depending on cursor position and current mode, eithe
|
||||
return
|
||||
end
|
||||
|
||||
# If we are navigating the pager, then up always navigates
|
||||
if commandline --paging-mode
|
||||
commandline -f down-line
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
# We are not already in search mode.
|
||||
# If we are on the bottom line, start search mode,
|
||||
# otherwise move down
|
||||
|
||||
Reference in New Issue
Block a user