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", ]