diff --git a/ansible/roles/helix/files/helix/config.toml b/ansible/roles/helix/files/helix/config.toml index b14b80d..9351855 100644 --- a/ansible/roles/helix/files/helix/config.toml +++ b/ansible/roles/helix/files/helix/config.toml @@ -21,4 +21,8 @@ popup-border = "popup" "<" = ">" [keys.normal] -C-g = [ ":new", ":insert-output lazygit", ":buffer-close!", ":redraw" ] +esc = [ "collapse_selection", "keep_primary_selection" ] + +[keys.normal."C-g"] +"g" = [ ":new", ":insert-output lazygit", ":buffer-close!", ":redraw" ] +"d" = [ ":new", ":insert-output lazydocker", ":buffer-close!", ":redraw" ]