repos / dotfiles

my dotfiles

commit
01a3f73
parent
7b6757f
author
Eric Bower
date
2025-10-29 22:31:53 -0400 EDT
chore(jj): diff editor nvim
1 files changed,  +1, -0
M dot_config/jj/config.toml
+1, -0
1@@ -10,6 +10,7 @@ tool = "delta"
2 [ui]
3 diff-formatter = ":git" # required by `delta`
4 pager=["delta", "--pager", "less -FRX"] # Keeps output from the terminal after closing the pager
5+diff-editor = "nvim"
6 
7 # These options allow for `jj diff` and `jj show` to clear the output from the terminal after closing the pager.
8 [[--scope]]