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.

all help changed to '?'

+2 -2
+1 -1
jj_tui/bin/file_view.ml
··· 13 13 let rec command_mapping = 14 14 [ 15 15 { 16 - key = 'h' 16 + key = '?' 17 17 ; description = "Show help" 18 18 ; cmd = 19 19 Fun
+1 -1
jj_tui/bin/graph_view.ml
··· 20 20 let rec command_mapping : 'acommand list = 21 21 [ 22 22 { 23 - key = 'h' 23 + key = '?' 24 24 ; description = "Show help" 25 25 ; cmd = 26 26 Fun