···3030`linux`: $XDG_CONFIG_HOME/jj_tui/
3131`macos`: ~/Library/preferences/jj_tui/
3232see `./jj_tui/lib/key_map.ml` for a spec for the keymap and `./jj_tui/lib/config.ml` for the config
3333-The keymap config lets you fully customize all the commands and their sub mmenus.
3333+The keymap config lets you fully customize all the commands and their sub menus as well as remap the arrow keys.
3434``` yaml
3535key_map:
3636+ remap:
3737+ h: "left"
3838+ j: "down"
3939+ k: "up"
4040+ l: "right"
3641 graph:
3742 #Simple mapping from key to command_id
3843 p: prev