From c578c652d3a2e32beda1c7243bff0751bfdd8ff7 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Wed, 9 Jul 2025 20:30:42 +0300 Subject: [PATCH] jj: add alias for smaller log and use by default --- config/jj/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/jj/config.toml b/config/jj/config.toml index db07f7f..07eea09 100644 --- a/config/jj/config.toml +++ b/config/jj/config.toml @@ -5,7 +5,7 @@ name = "Olexandr Smirnov" email = "olexsmir@gmail.com" [ui] -default-command = "log" +default-command = "l" editor = "nvim" pager = "delta" diff-formatter = ":git" @@ -16,5 +16,6 @@ sign-on-push = true auto-local-bookmark = true [aliases] +l = ["log", "-n10"] n = ["new"] bc = ["bookmark", "create"]