terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

+6 -1
+6 -1
README.md
··· 30 30 `linux`: $XDG_CONFIG_HOME/jj_tui/ 31 31 `macos`: ~/Library/preferences/jj_tui/ 32 32 see `./jj_tui/lib/key_map.ml` for a spec for the keymap and `./jj_tui/lib/config.ml` for the config 33 - The keymap config lets you fully customize all the commands and their sub mmenus. 33 + The keymap config lets you fully customize all the commands and their sub menus as well as remap the arrow keys. 34 34 ``` yaml 35 35 key_map: 36 + remap: 37 + h: "left" 38 + j: "down" 39 + k: "up" 40 + l: "right" 36 41 graph: 37 42 #Simple mapping from key to command_id 38 43 p: prev