Compare commits

..

17 commits

Author SHA1 Message Date
a55a8f9daa WIP: ADD NOTE FOR FUTURE SELF
Some checks failed
ci/woodpecker/push/check Pipeline failed
2026-02-16 11:44:23 +00:00
5e9f51c436 home: jujutsu: set 'ui.merge-editor'
Same reason as `ui.diff-editor`.
2026-02-16 11:44:22 +00:00
8be751b5c5 home: jujutsu: set 'ui.diff-editor'
Otherwise it keeps nagging me with a hint to set it.

I'm not a big fan of this UI, I wish I add something closer to Git's
patch interface.
2026-02-16 11:44:22 +00:00
d446588222 homes: mousqueton: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2026-02-16 11:44:22 +00:00
1e23fdc338 homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2026-02-16 11:44:22 +00:00
171d294836 home: jujutsu: simplify 'jj jj' alias 2026-02-16 11:44:22 +00:00
bcce8bc42d home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2026-02-16 11:44:22 +00:00
40c276a06b home: jj: use verbose draft commit messages 2026-02-16 11:44:22 +00:00
beadf0cea3 home: jujutsu: set 'ui.pager'
The v0.36 release stopped honoring `$PAGER`. So enforce it in the
configuration (as I don't like their default pager settings).

Ideally this would be `mkIf`ed behind `my.home.pager.enable`, however it
looks like this does not work with the TOML type (does not seem to do
any `mkMerge`-ish logic).
2026-02-16 11:44:22 +00:00
f28e412864 home: jujutsu: set 'ui.diff-formatter'
I *still* don't really like the built-in formatting, but it's more about
its highlighting than its syntax.

Given that I default to using `delta` anyways, it doesn't _really_
matter as I don't see the default output.
2026-02-16 11:44:22 +00:00
8c1ced9da2 home: delta: add 'jujutsu.enable' 2026-02-16 11:44:22 +00:00
00e42b5486 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2026-02-16 11:44:22 +00:00
0a8c0e184b pkgs: diff-flake: rename 'host' to 'nixos'
To avoid mixing them up with Nix-Darwin and System Manager hosts.
2026-02-16 11:44:22 +00:00
9324f904e3 pkgs: diff-flake: add system-manager support 2026-02-16 11:44:22 +00:00
840a6ba518 pkgs: diff-flake: add nix-darwin support 2026-02-16 11:44:22 +00:00
3c520cae19 home: calibre: use upstream module 2026-02-16 11:44:22 +00:00
73227ecb75 home: vim: clarify how to disable 'ignorecase'
Because I tend to forget the exact way to do it, let's document it so I
have an easy place to check next time.
2026-02-16 11:44:22 +00:00

View file

@ -112,7 +112,7 @@ colorscheme gruvbox
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Enable search high-lighting while the search is on-going
set hlsearch
" Ignore case on search
" Ignore case on search unless \C is in search terms
set ignorecase
" Ignore case unless there is an uppercase letter in the pattern
set smartcase