Commit f85e7be02b6c

Vincent Demeester <vincent@sbr.pm>
2026-01-27 15:43:53
feat(lazyworktree): default to path sorting
Sort worktrees alphabetically by path instead of by last accessed time. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 461b5d1
Changed files (1)
home
home/common/dev/lazyworktree.nix
@@ -11,7 +11,7 @@
       # UI settings
       icon_set = "nerd-font-v3";
       max_name_length = 95;
-      sort_mode = "switched";
+      sort_mode = "path";
 
       # Use delta for diffs (matches git.nix configuration)
       git_pager = "delta";