Rebind lazygit for helix

This commit is contained in:
Daniel Lynn 2025-04-16 14:54:40 -05:00
parent b5378724da
commit 9431072374
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

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