From b6e88a7dd5faf08ff3ca82c88139f4b2c7adb25a Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Wed, 12 Mar 2025 12:29:07 -0400 Subject: [PATCH] consolidate custom helix actions --- home/private_dot_config/helix/config.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/private_dot_config/helix/config.toml b/home/private_dot_config/helix/config.toml index 35ecaff..72f817f 100644 --- a/home/private_dot_config/helix/config.toml +++ b/home/private_dot_config/helix/config.toml @@ -7,9 +7,8 @@ insert-final-newline = false [editor.file-picker] hidden = false -[keys.normal] -C-r = ":reload-all" -C-y = ":sh zellij run -c -f -x 5% -y 5% --width 90% --height 90% -- bash ~/.config/helix/yazi-picker.sh open" - -[keys.normal.C-m] +[keys.normal.space.m] +r = ":reload-all" +s = ":toggle-option soft-wrap.enable" t = ":sh run_test_under_cursor" +y = ":sh zellij run -c -f -x 5% -y 5% --width 90% --height 90% -- bash ~/.config/helix/yazi-picker.sh open"