AutoYADM commit: 2025-04-17 15:00:05
This commit is contained in:
parent
41c7b50a5c
commit
5d7beeeeb0
1 changed files with 6 additions and 3 deletions
|
@ -76,6 +76,7 @@ s = "select_mode"
|
||||||
|
|
||||||
# reload lsp
|
# reload lsp
|
||||||
C-r = ":lsp-restart"
|
C-r = ":lsp-restart"
|
||||||
|
C-A-r = ":lsp-stop"
|
||||||
# config file stuff
|
# config file stuff
|
||||||
A-r = ":config-reload"
|
A-r = ":config-reload"
|
||||||
A-o = ":config-open"
|
A-o = ":config-open"
|
||||||
|
@ -114,13 +115,15 @@ i = "move_char_right"
|
||||||
# i = "move_same_line_char_right"
|
# i = "move_same_line_char_right"
|
||||||
n = "move_visual_line_down"
|
n = "move_visual_line_down"
|
||||||
e = "move_visual_line_up"
|
e = "move_visual_line_up"
|
||||||
|
N = "move_line_down"
|
||||||
|
E = "move_line_up"
|
||||||
h = "insert_mode"
|
h = "insert_mode"
|
||||||
H = "insert_at_line_start"
|
H = "insert_at_line_start"
|
||||||
L = "move_next_long_word_end"
|
L = "move_next_long_word_end"
|
||||||
j = ["search_next", "align_view_center"]
|
j = ["search_next", "align_view_center"]
|
||||||
J = ["search_prev", "align_view_center"]
|
J = ["search_prev", "align_view_center"]
|
||||||
N = "join_selections"
|
A-j = "join_selections"
|
||||||
A-N = "join_selections_space"
|
A-J = "join_selections_space"
|
||||||
C-q = ":qa"
|
C-q = ":qa"
|
||||||
C-S-q = ":qa!"
|
C-S-q = ":qa!"
|
||||||
# C-m = ":bp"
|
# C-m = ":bp"
|
||||||
|
@ -211,7 +214,7 @@ h = ':toggle lsp.display-inlay-hints'
|
||||||
# Toggle git display
|
# Toggle git display
|
||||||
g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]'
|
g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]'
|
||||||
# Toggle Ruler
|
# Toggle Ruler
|
||||||
# rulers = [81]
|
r = ':toggle rulers [81] []'
|
||||||
|
|
||||||
[keys.select.g]
|
[keys.select.g]
|
||||||
m = "extend_to_line_start"
|
m = "extend_to_line_start"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue