void-audit-tui 0.0.4

Audit viewer TUI for void — integrity and encryption inspection
Documentation
# Default keybindings for void-audit-tui
#
# Format: event_name = ["key1", "key2", ...]
# Keys are lowercase. Modifiers: ctrl-, alt-, shift- (with hyphens)
# IMPORTANT: Each key can only map to ONE event!

# Application
quit = ["q"]
force_quit = ["ctrl-c"]
help_toggle = ["?"]
cancel = ["esc"]

# Navigation (vim-style)
navigate_down = ["j", "down"]
navigate_up = ["k", "up"]

# Scrolling
scroll_down = ["ctrl-e"]
scroll_up = ["ctrl-y"]
half_page_down = ["ctrl-d"]
half_page_up = ["ctrl-u"]
page_down = ["ctrl-f", "pagedown"]
page_up = ["ctrl-b", "pageup"]

# Jump to position
go_to_top = ["g"]
go_to_bottom = ["shift-g"]

# Actions
confirm = ["enter"]