all repos

dotfiles @ 45ceff0bb693fcd17b4ca7add5d4203952d71591

i use rach linux btw
1 files changed, 1 insertions(+), 1 deletions(-)
jj: use default diff-editor
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-31 13:31:51 +0300
Parent: aea5a5e
M config/jj/config.toml
ยทยทยท
                8
                8
                 default-command = "l"

              
                9
                9
                 editor = "nvim"

              
                10
                10
                 pager = "delta"

              
                11
                
                -diff-editor = "builtin"

              
                
                11
                +diff-editor = ":builtin"

              
                12
                12
                 diff-formatter = ":git"

              
                13
                13
                 

              
                14
                14
                 [signing]