From 9c06003ddb968b83540d439f07d0e0449f47e6d9 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:29:46 +0100 Subject: [PATCH] added new key remapping for running lazydocker & lazygit --- ansible/roles/helix/files/helix/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ]