AutoYADM commit: 2025-04-17 14:45:05
This commit is contained in:
parent
d0d4bbf5d2
commit
41c7b50a5c
1 changed files with 11 additions and 1 deletions
|
@ -189,19 +189,29 @@ x = ":bc"
|
|||
|
||||
# UI settings and stuff
|
||||
[keys.normal.space.u]
|
||||
# Toggle Cursor Always Centered
|
||||
# Toggle insert cursor shape
|
||||
C = ':toggle cursor-shape.insert bar block'
|
||||
# Toggle Cursor Always Centered
|
||||
z = ':toggle scrolloff 2 99'
|
||||
# Toggle End of line diagnostics
|
||||
D = ':toggle end-of-line-diagnostics hint disable'
|
||||
# Toggle Inline diagnostics
|
||||
d = ':toggle inline-diagnostics.cursor-line disable hint'
|
||||
# Toggle soft-wrap
|
||||
w = ':toggle soft-wrap.enable'
|
||||
# Soft wrap at specified text width
|
||||
s = ':set soft-wrap.wrap-at-text-width true'
|
||||
S = ':set soft-wrap.wrap-at-text-width false'
|
||||
# Toggle signature help (off by default)
|
||||
k = ":toggle lsp.auto-signature-help"
|
||||
# toggle auto completion (on by default)
|
||||
c = ":toggle auto-completion"
|
||||
# toggle inlay hints (on by default)
|
||||
h = ':toggle lsp.display-inlay-hints'
|
||||
# Toggle git display
|
||||
g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]'
|
||||
# Toggle Ruler
|
||||
# rulers = [81]
|
||||
|
||||
[keys.select.g]
|
||||
m = "extend_to_line_start"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue