Skip to content

Commit

Permalink
feat(navigation): add action to scroll results list by a page (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier authored Nov 24, 2024
1 parent 790c870 commit 6d39651
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 72 deletions.
6 changes: 6 additions & 0 deletions .config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ quit = "esc"
# Scrolling through entries
select_next_entry = "down"
select_prev_entry = "up"
select_next_page = "pagedown"
select_prev_page = "pageup"
# Scrolling the preview pane
scroll_preview_half_page_down = "ctrl-d"
scroll_preview_half_page_up = "ctrl-u"
Expand All @@ -68,6 +70,8 @@ quit = "esc"
# Scrolling through entries
select_next_entry = "down"
select_prev_entry = "up"
select_next_page = "pagedown"
select_prev_page = "pageup"
# Select an entry
select_entry = "enter"
# Toggle the remote control mode
Expand All @@ -84,6 +88,8 @@ quit = "esc"
# Scrolling through entries
select_next_entry = "down"
select_prev_entry = "up"
select_next_page = "pagedown"
select_prev_page = "pageup"
# Select an entry
select_entry = "enter"
# Toggle the send to channel mode
Expand Down
Loading

0 comments on commit 6d39651

Please sign in to comment.