AutoYADM commit: 2025-04-17 16:15:06
This commit is contained in:
parent
6044dcf0ac
commit
d8ffadec82
1 changed files with 22 additions and 25 deletions
|
@ -41,6 +41,28 @@ normal = "block"
|
|||
|
||||
[editor.statusline]
|
||||
mode.normal = "NRM"
|
||||
left = [
|
||||
"mode",
|
||||
"spinner",
|
||||
"version-control",
|
||||
# "spacer",
|
||||
# "separator",
|
||||
"file-name",
|
||||
"read-only-indicator",
|
||||
"file-modification-indicator",
|
||||
]
|
||||
center = ["primary-selection-length"]
|
||||
right = [
|
||||
"diagnostics",
|
||||
"register",
|
||||
"position",
|
||||
"position-percentage",
|
||||
"total-line-numbers",
|
||||
"file-encoding",
|
||||
]
|
||||
separator = "|"
|
||||
diagnostics = ["warning", "error", "info", "hint"]
|
||||
workspace-diagnostics = ["warning", "error", "info", "hint"]
|
||||
|
||||
[editor.lsp]
|
||||
display-inlay-hints = true
|
||||
|
@ -281,31 +303,6 @@ d = "surround_delete"
|
|||
a = "select_textobject_around"
|
||||
i = "select_textobject_inner"
|
||||
|
||||
# [keys.normal."C-w"]
|
||||
# m = "jump_view_left"
|
||||
# C-m = "jump_view_left"
|
||||
# n = "jump_view_down"
|
||||
# C-n = "jump_view_down"
|
||||
# i = "jump_view_right"
|
||||
# C-i = "jump_view_right"
|
||||
# e = "jump_view_up"
|
||||
# C-e = "jump_view_up"
|
||||
# M = "swap_view_left"
|
||||
# N = "swap_view_down"
|
||||
# E = "swap_view_up"
|
||||
# I = "swap_view_right"
|
||||
# d = "wclose"
|
||||
# V = ":vsplit-new"
|
||||
# S = ":hsplit-new"
|
||||
# h = "no_op"
|
||||
# j = "no_op"
|
||||
# k = "no_op"
|
||||
# l = "no_op"
|
||||
# H = "no_op"
|
||||
# J = "no_op"
|
||||
# K = "no_op"
|
||||
# L = "no_op"
|
||||
|
||||
# Window Mode
|
||||
[keys.normal.space.w]
|
||||
m = "jump_view_left"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue