AutoYADM commit: 2025-03-16 15:45:07
This commit is contained in:
parent
1e14fda48c
commit
6decf69970
6 changed files with 73 additions and 62 deletions
|
@ -69,6 +69,10 @@ v = "select_regex"
|
|||
V = "split_selection"
|
||||
s = "select_mode"
|
||||
|
||||
# reload file, reload lsp
|
||||
C-r = ":lsp-restart"
|
||||
C-S-r = ":reload"
|
||||
|
||||
# Treesitter selections
|
||||
# Left <-> Right: Sibling nodes
|
||||
# Up <-> Down: Parent/Child nodes
|
||||
|
@ -107,7 +111,7 @@ J = ["search_prev", "align_view_center"]
|
|||
N = "join_selections"
|
||||
A-N = "join_selections_space"
|
||||
C-q = ":qa"
|
||||
C-Q = ":qa!"
|
||||
C-S-q = ":qa!"
|
||||
C-m = "jump_view_left"
|
||||
M = ":bp"
|
||||
I = ":bn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue