AutoYADM commit: 2025-03-05 11:25:18
This commit is contained in:
parent
b5fcbd7634
commit
00e066439e
1 changed files with 7 additions and 7 deletions
|
@ -66,12 +66,12 @@ C-c = "normal_mode"
|
||||||
v = "select_regex"
|
v = "select_regex"
|
||||||
V = "split_selection"
|
V = "split_selection"
|
||||||
s = "select_mode"
|
s = "select_mode"
|
||||||
|
|
||||||
# Treesitter selections
|
# Treesitter selections
|
||||||
# Left <-> Right: Sibling nodes
|
# Left <-> Right: Sibling nodes
|
||||||
# Up <-> Down: Parent/Child nodes
|
# Up <-> Down: Parent/Child nodes
|
||||||
A-S-n= "move_parent_node_end"
|
A-S-n = "move_parent_node_end"
|
||||||
A-S-e= "move_parent_node_start"
|
A-S-e = "move_parent_node_start"
|
||||||
A-a = "select_all_siblings"
|
A-a = "select_all_siblings"
|
||||||
A-m = "select_prev_sibling"
|
A-m = "select_prev_sibling"
|
||||||
A-n = "shrink_selection"
|
A-n = "shrink_selection"
|
||||||
|
@ -129,11 +129,11 @@ C-u = ["page_cursor_half_up", "align_view_center"]
|
||||||
x = "extend_line_above"
|
x = "extend_line_above"
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
# open clipboard picker & paste
|
# 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"]
|
P = [":insert-output clipcat-menu && wl-paste"]
|
||||||
x = ":bc"
|
x = ":bc"
|
||||||
|
|
||||||
# UI settings and stuff
|
# UI settings and stuff
|
||||||
[keys.normal.space.u]
|
[keys.normal.space.u]
|
||||||
# Toggle Cursor Always Centered
|
# Toggle Cursor Always Centered
|
||||||
c = ':toggle cursor-shape.insert bar block'
|
c = ':toggle cursor-shape.insert bar block'
|
||||||
|
@ -165,8 +165,8 @@ s = "normal_mode"
|
||||||
# Treesitter selections
|
# Treesitter selections
|
||||||
# Left <-> Right: Sibling nodes
|
# Left <-> Right: Sibling nodes
|
||||||
# Up <-> Down: Parent/Child nodes
|
# Up <-> Down: Parent/Child nodes
|
||||||
A-S-n= "move_parent_node_end"
|
A-S-n = "move_parent_node_end"
|
||||||
A-S-e= "move_parent_node_start"
|
A-S-e = "move_parent_node_start"
|
||||||
A-a = "select_all_siblings"
|
A-a = "select_all_siblings"
|
||||||
A-m = "select_prev_sibling"
|
A-m = "select_prev_sibling"
|
||||||
A-n = "shrink_selection"
|
A-n = "shrink_selection"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue