]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/jujutsu/jjui/config.toml
+use/op(nix): add bash aliases
[julm/julm-nix.git] / home-manager / profiles / jujutsu / jjui / config.toml
1 [ui]
2 theme = "base24-github-dark"
3
4 [revisions]
5 #template = 'builtin_log_compact_full_description' # overrides jj's templates.log
6 #revset = "" # overrides jj's revsets.log
7
8 [keys]
9 up = ["up", "i"]
10 down = ["down", "k"]
11 jump_to_parent = ["J"]
12 jump_to_children = ["K"]
13 jump_to_working_copy = ["@"]
14 apply = ["enter"]
15 force_apply = ["alt+enter"]
16 cancel = ["esc"]
17 toggle_select = [" "]
18 new = ["n"]
19 commit = ["c"]
20 refresh = ["ctrl+r"]
21 abandon = ["a"]
22 diff = ["d"]
23 quit = ["q"]
24 help = ["?"]
25 describe = ["D"]
26 edit = ["e"]
27 force_edit = ["alt+e"]
28 diffedit = ["E"]
29 absorb = ["A"]
30 split = ["s"]
31 split_parallel = ["alt+s"]
32 undo = ["u"]
33 redo = ["U"]
34 revset = ["L"]
35 exec_jj = [":"]
36 exec_shell = ["$"]
37 ace_jump = ["f"]
38 quick_search = ["/"]
39 quick_search_cycle = ["'"]
40 custom_commands = ["x"]
41 leader = ["\\"]
42 suspend = ["ctrl+z"]
43 set_parents = ["M"]
44 [keys.rebase]
45 mode = ["r"]
46 revision = ["r"]
47 source = ["s"]
48 branch = ["B"]
49 after = ["a"]
50 before = ["b"]
51 onto = ["d"]
52 insert = ["i"]
53 skip_emptied = ["e"]
54 [keys.revert]
55 mode = ["R"]
56 after = ["a"]
57 before = ["b"]
58 onto = ["d"]
59 insert = ["i"]
60 [keys.duplicate]
61 mode = ["y"]
62 after = ["a"]
63 before = ["b"]
64 onto = ["d"]
65 [keys.squash]
66 mode = ["S"]
67 keep_emptied = ["e"]
68 interactive = ["i"]
69 [keys.details]
70 mode = ["l"]
71 close = ["j"]
72 split = ["s"]
73 split_parallel = ["alt+s"]
74 squash = ["S"]
75 restore = ["r"]
76 absorb = ["A"]
77 diff = ["d"]
78 select = ["m", " "]
79 revisions_changing_file = ["*"]
80 [keys.evolog]
81 mode = ["v"]
82 diff = ["d"]
83 restore = ["r"]
84 [keys.preview]
85 mode = ["p"]
86 toggle_bottom = ["P"]
87 scroll_up = ["ctrl+I"]
88 scroll_down = ["ctrl+K"]
89 half_page_down = ["ctrl+k"]
90 half_page_up = ["ctrl+i", "tab"]
91 expand = ["ctrl+j"]
92 shrink = ["ctrl+l"]
93 [keys.bookmark]
94 mode = ["b"]
95 set = ["B"]
96 delete = ["d"]
97 move = ["m"]
98 forget = ["f"]
99 track = ["t"]
100 untrack = ["u"]
101 [keys.inline_describe]
102 mode = ["enter"]
103 accept = ["alt+enter", "ctrl+s"]
104 editor = ["alt+e"]
105 [keys.git]
106 mode = ["g"]
107 push = ["p"]
108 fetch = ["f"]
109 [keys.oplog]
110 mode = ["o"]
111 restore = ["r"]
112 [keys.file_search]
113 toggle = ["ctrl+t"]
114 up = ["up"]
115 down = ["down"]
116 accept = ["enter"]
117 edit = ["alt+e"]