AutoYADM commit: 2025-03-05 11:25:18

This commit is contained in:
Daniel Fichtinger 2025-03-05 11:25:19 -05:00
parent b5fcbd7634
commit 00e066439e

View file

@ -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"