Rebind lazygit for helix
This commit is contained in:
parent
b5378724da
commit
9431072374
@ -28,7 +28,7 @@ C-R = ":config-reload"
|
|||||||
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
||||||
|
|
||||||
# Git integration with lazygit
|
# Git integration with lazygit
|
||||||
C-g = [
|
A-g = [
|
||||||
":write-all",
|
":write-all",
|
||||||
":insert-output lazygit >/dev/tty",
|
":insert-output lazygit >/dev/tty",
|
||||||
":redraw",
|
":redraw",
|
||||||
@ -53,8 +53,6 @@ e = [
|
|||||||
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
||||||
":open %sh{cat /tmp/unique-file-c5140c67}",
|
":open %sh{cat /tmp/unique-file-c5140c67}",
|
||||||
":redraw",
|
":redraw",
|
||||||
":set mouse false",
|
|
||||||
":set mouse true",
|
|
||||||
]
|
]
|
||||||
E = [
|
E = [
|
||||||
":sh rm -f /tmp/unique-file-bea21125",
|
":sh rm -f /tmp/unique-file-bea21125",
|
||||||
@ -62,6 +60,4 @@ E = [
|
|||||||
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
||||||
":open %sh{cat /tmp/unique-file-bea21125}",
|
":open %sh{cat /tmp/unique-file-bea21125}",
|
||||||
":redraw",
|
":redraw",
|
||||||
":set mouse false",
|
|
||||||
":set mouse true",
|
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user