# 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
= ["q"]
= ["ctrl-c"]
= ["?"]
= ["esc"]
# Navigation (vim-style)
= ["j", "down"]
= ["k", "up"]
# Scrolling
= ["ctrl-e"]
= ["ctrl-y"]
= ["ctrl-d"]
= ["ctrl-u"]
= ["ctrl-f", "pagedown"]
= ["ctrl-b", "pageup"]
# Jump to position
= ["g"]
= ["shift-g"]
# Actions
= ["enter"]