mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-04 22:41:11 +00:00
adjust lazygit which is still not perfect
This commit is contained in:
parent
d427ccc577
commit
0be5c026a7
@ -123,13 +123,16 @@ in
|
|||||||
keys.normal = {
|
keys.normal = {
|
||||||
# Enable and disable inlay hints
|
# Enable and disable inlay hints
|
||||||
space.H = ":toggle lsp.display-inlay-hints";
|
space.H = ":toggle lsp.display-inlay-hints";
|
||||||
|
|
||||||
|
# Open lazygit
|
||||||
|
# Unfortunately, this breaks mouse input and the terminal after quitting Helix
|
||||||
space.l = [
|
space.l = [
|
||||||
":write-all"
|
":write-all"
|
||||||
":new"
|
":new"
|
||||||
":insert-output ${lib.getExe pkgs.lazygit}"
|
":insert-output ${lib.getExe pkgs.lazygit}"
|
||||||
":buffer-close!"
|
":buffer-close!"
|
||||||
# ":redraw"
|
":redraw"
|
||||||
# ":reload-all"
|
":reload-all"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Open yazi
|
# Open yazi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user