jj: add alias for smaller log and use by default

This commit is contained in:
Olexandr Smirnov 2025-07-09 20:30:42 +03:00
parent 37746b1e6b
commit c578c652d3
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ name = "Olexandr Smirnov"
email = "olexsmir@gmail.com" email = "olexsmir@gmail.com"
[ui] [ui]
default-command = "log" default-command = "l"
editor = "nvim" editor = "nvim"
pager = "delta" pager = "delta"
diff-formatter = ":git" diff-formatter = ":git"
@ -16,5 +16,6 @@ sign-on-push = true
auto-local-bookmark = true auto-local-bookmark = true
[aliases] [aliases]
l = ["log", "-n10"]
n = ["new"] n = ["new"]
bc = ["bookmark", "create"] bc = ["bookmark", "create"]