From 7996b27bcf4f678c46b144708df8bd7748fe9665 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Sun, 1 Dec 2024 16:58:39 -0500 Subject: [PATCH] feat: in-editor diff view --- home/private_dot_config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/home/private_dot_config/helix/config.toml b/home/private_dot_config/helix/config.toml index 166702f..14ddb9b 100644 --- a/home/private_dot_config/helix/config.toml +++ b/home/private_dot_config/helix/config.toml @@ -13,3 +13,4 @@ C-y = ":sh zellij run -c -f -x 10% -y 10% --width 80% --height 80% -- bash ~/.co [keys.normal.C-m] t = ":sh run_test_under_cursor" +j = ":sh zellij run -f -x 10% -y 10% --width 80% --height 80% -- jj diff"