From 331f6d942e1bb55eb91b9aefcba7433120924b10 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 25 Feb 2025 16:50:12 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-25 16:50:12 --- .config/helix/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index eddbe383..15ec06dd 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -61,7 +61,14 @@ wrap-indicator = "" C-k = "signature_help" [keys.normal] +# Treesitter selections +# Left <-> Right: Sibling nodes +# Up <-> Down: Parent/Child nodes +# TODO: move_parent_node_end conflict A-m = "select_prev_sibling" +A-n = "shrink_selection" +A-e = "expand_selection" +A-i = "select_next_sibling" tab = "trim_selections" C-k = "signature_help" C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]