From 00e066439e64fc8423b0b3048dc0a87beacf493b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Mar 2025 11:25:19 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-05 11:25:18 --- .config/helix/config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 335bfc8a..e4e5e433 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -66,12 +66,12 @@ C-c = "normal_mode" v = "select_regex" V = "split_selection" s = "select_mode" - + # Treesitter selections # Left <-> Right: Sibling nodes # Up <-> Down: Parent/Child nodes -A-S-n= "move_parent_node_end" -A-S-e= "move_parent_node_start" +A-S-n = "move_parent_node_end" +A-S-e = "move_parent_node_start" A-a = "select_all_siblings" A-m = "select_prev_sibling" A-n = "shrink_selection" @@ -129,11 +129,11 @@ C-u = ["page_cursor_half_up", "align_view_center"] x = "extend_line_above" [keys.normal.space] # open clipboard picker & paste -p = [":append-output clipcat-menu && wl-paste"] +p = [":append-output (clipcat-menu && wl-paste) || echo''"] P = [":insert-output clipcat-menu && wl-paste"] x = ":bc" - # UI settings and stuff +# UI settings and stuff [keys.normal.space.u] # Toggle Cursor Always Centered c = ':toggle cursor-shape.insert bar block' @@ -165,8 +165,8 @@ s = "normal_mode" # Treesitter selections # Left <-> Right: Sibling nodes # Up <-> Down: Parent/Child nodes -A-S-n= "move_parent_node_end" -A-S-e= "move_parent_node_start" +A-S-n = "move_parent_node_end" +A-S-e = "move_parent_node_start" A-a = "select_all_siblings" A-m = "select_prev_sibling" A-n = "shrink_selection"