๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

change default jj command to status

+1 -1
+1 -1
.config/jj/config.toml
··· 18 18 key = "~/.ssh/tangled.pub" 19 19 20 20 [ui] 21 - default-command = "log" 21 + default-command = "status" 22 22 diff-formatter = ["difft", "--color=always", "$left", "$right"] 23 23 diff-tool = "difft" 24 24 editor = "nvim"