AutoYADM commit: 2025-02-25 16:50:12
This commit is contained in:
parent
53af51320e
commit
331f6d942e
1 changed files with 7 additions and 0 deletions
|
@ -61,7 +61,14 @@ wrap-indicator = ""
|
||||||
C-k = "signature_help"
|
C-k = "signature_help"
|
||||||
|
|
||||||
[keys.normal]
|
[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-m = "select_prev_sibling"
|
||||||
|
A-n = "shrink_selection"
|
||||||
|
A-e = "expand_selection"
|
||||||
|
A-i = "select_next_sibling"
|
||||||
tab = "trim_selections"
|
tab = "trim_selections"
|
||||||
C-k = "signature_help"
|
C-k = "signature_help"
|
||||||
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue