repos / dotfiles

my dotfiles

commit
e04e391
parent
4bca136
author
Eric Bower
date
2025-12-19 10:21:33 -0500 EST
chore(jj): use default diff-editor
1 files changed,  +0, -1
M dot_config/jj/config.toml
+0, -1
1@@ -10,7 +10,6 @@ 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]]