From 9431072374efba041d0a8533c373f032cd867029 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Wed, 16 Apr 2025 14:54:40 -0500 Subject: [PATCH] Rebind lazygit for helix --- helix/config.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/helix/config.toml b/helix/config.toml index 0b961a6..09a95d3 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -28,7 +28,7 @@ C-R = ":config-reload" _ = { n = ":set whitespace.render none", a = ":set whitespace.render all" } # Git integration with lazygit -C-g = [ +A-g = [ ":write-all", ":insert-output lazygit >/dev/tty", ":redraw", @@ -53,8 +53,6 @@ e = [ ":insert-output echo \"x1b[?1049h\" > /dev/tty", ":open %sh{cat /tmp/unique-file-c5140c67}", ":redraw", - ":set mouse false", - ":set mouse true", ] E = [ ":sh rm -f /tmp/unique-file-bea21125", @@ -62,6 +60,4 @@ E = [ ":insert-output echo \"x1b[?1049h\" > /dev/tty", ":open %sh{cat /tmp/unique-file-bea21125}", ":redraw", - ":set mouse false", - ":set mouse true", ]