pacsea 0.8.2

A fast, friendly TUI for browsing and installing Arch and AUR packages with built-in news and security scanning
Documentation
# Pacsea keybindings configuration
# Modifiers can be one of: SUPER, CTRL, SHIFT, ALT.

# GLOBAL — App
keybind_help = F1
# Alternative help shortcut
keybind_help = ?
keybind_reload_config = CTRL+R
keybind_exit = CTRL+Q
keybind_show_pkgbuild = CTRL+X
keybind_comments_toggle = CTRL+T
# Run PKGBUILD checks; same setting as keybind_pkgbuild_checks / keybind_toggle_pkgbuild_checks
keybind_run_pkgbuild_checks = CTRL+K
keybind_cycle_pkgbuild_sections = CTRL+D

# GLOBAL — Pane switching
keybind_pane_left = Left
keybind_pane_right = Right
keybind_pane_next = Tab
# GLOBAL — Sorting
keybind_change_sort = BackTab

# SEARCH — Navigation
keybind_search_move_up = Up
keybind_search_move_down = Down
keybind_search_page_up = PgUp
keybind_search_page_down = PgDn

# SEARCH — Actions
keybind_search_add = Space
keybind_search_install = Enter

# SEARCH — Focus/Edit
keybind_search_focus_left = Left
keybind_search_focus_right = Right
keybind_search_backspace = Backspace
keybind_search_insert_clear = Shift+Del

# SEARCH — Normal Mode (Focused Search Window)
keybind_search_normal_toggle = Esc
keybind_search_normal_insert = i
keybind_search_normal_select_left = h
keybind_search_normal_select_right = l
keybind_search_normal_delete = d
keybind_search_normal_clear = Shift+Del

# SEARCH — Normal Mode (Menus)
# Toggle dropdown menus while in Normal Mode
keybind_toggle_config = Shift+C
keybind_toggle_options = Shift+O
keybind_toggle_panels = Shift+P

# SEARCH — Normal Mode (Other)
# Open Arch status page in default browser
keybind_search_normal_open_status = Shift+S
# Import packages list into Install list
keybind_search_normal_import = Shift+I
# Export current Install list to a file
keybind_search_normal_export = Shift+E
# Open Available Updates window
keybind_search_normal_updates = Shift+U

# SEARCH — Fuzzy Search Toggle
# Toggle between normal substring search and fuzzy search (fzf-style)
keybind_toggle_fuzzy = CTRL+F

# RECENT — Navigation
keybind_recent_move_up = k
keybind_recent_move_down = j

# RECENT — Actions
keybind_recent_use = Enter
keybind_recent_add = Space
keybind_recent_remove = d
keybind_recent_remove = Del

# RECENT — Find/Focus
keybind_recent_find = /
keybind_recent_to_search = Esc
keybind_recent_focus_right = Right

# RECENT — Clear
keybind_recent_clear = Shift+Del

# INSTALL — Navigation
keybind_install_move_up = k
keybind_install_move_down = j

# INSTALL — Actions
keybind_install_confirm = Enter
keybind_install_remove = Del
keybind_install_remove = d
keybind_install_clear = Shift+Del

# INSTALL — Find/Focus
keybind_install_find = /
keybind_install_to_search = Esc
keybind_install_focus_left = Left

# NEWS — Actions
keybind_news_mark_read = r
keybind_news_mark_all_read = CTRL+R
keybind_news_feed_mark_read = r
keybind_news_feed_mark_unread = u
keybind_news_feed_toggle_read = t