ratatrix/src/default_config.toml

8 lines
175 B
TOML

# Key bindings in the main "Home" mode
[keybindings.Home]
"<Ctrl-d>" = "/quit"
"<Ctrl-c>" = "/quit"
"<Ctrl-z>" = "/suspend"
"<Alt-left>" = "/previous"
"<Alt-right>" = "/next"