From 66333448eba91b8cf43f67241e41c70feec70cde Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Mar 2026 08:11:33 +0300 Subject: add git difftool keybindings and external diff command --- helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix') diff --git a/helix/config.toml b/helix/config.toml index d9cfc9a..bb83f6f 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -72,7 +72,7 @@ C-p = { c = ":pipe ai correct this sentence and only print out the corrected tex C-a = ":pipe hexai-tmux-action" # Git commands -C-g = { d = ":run-shell-command git diff", p = ":run-shell-command git pull", u = ":run-shell-command git push", t = ":run-shell-command tmux new-window -n hx-git-tig tig", c = ":run-shell-command tmux split-window -v 'git commit -a'", l = [ ":write-all", ":insert-output lazygit >/dev/tty", ":redraw", ":reload-all" ] } +C-g = { d = ":run-shell-command git diff", D = ":run-shell-command git difftool", p = ":run-shell-command git pull", u = ":run-shell-command git push", t = ":run-shell-command tmux new-window -n hx-git-tig tig", c = ":run-shell-command tmux split-window -v 'git commit -a'", l = [ ":write-all", ":insert-output lazygit >/dev/tty", ":redraw", ":reload-all" ] } # Build commands C-l = { m = ":run-shell-command make", d = ":run-shell-command go-task dev", r = ":run-shell-command tmux new-window -n hx-go-task-run 'go-task run'" } -- cgit v1.2.3