AutoYADM commit: 2025-03-16 16:45:06
This commit is contained in:
parent
49a11099f8
commit
0d65f65d90
3 changed files with 5 additions and 4 deletions
|
@ -165,7 +165,7 @@ x = ":bc"
|
|||
# UI settings and stuff
|
||||
[keys.normal.space.u]
|
||||
# Toggle Cursor Always Centered
|
||||
c = ':toggle cursor-shape.insert bar block'
|
||||
C = ':toggle cursor-shape.insert bar block'
|
||||
z = ':toggle scrolloff 2 99'
|
||||
D = ':toggle end-of-line-diagnostics hint disable'
|
||||
d = ':toggle inline-diagnostics.cursor-line disable hint'
|
||||
|
@ -173,6 +173,7 @@ w = ':toggle soft-wrap.enable'
|
|||
s = ':set soft-wrap.wrap-at-text-width true'
|
||||
S = ':set soft-wrap.wrap-at-text-width false'
|
||||
k = ":toggle lsp.auto-signature-help"
|
||||
c = ":toggle auto-completion"
|
||||
h = ':toggle lsp.display-inlay-hints'
|
||||
|
||||
[keys.select.g]
|
||||
|
|
|
@ -2,9 +2,9 @@ Videos /home/fic/Videos/ v
|
|||
Videos /home/fic/Videos v
|
||||
SyncDocuments /home/fic/SyncDocuments s
|
||||
SyncDocuments /home/fic/SyncDocuments/ s
|
||||
Pictures /home/fic/Pictures p
|
||||
Pictures /home/fic/Pictures/ p
|
||||
Downloads /home/fic/Downloads D
|
||||
Pictures /home/fic/Pictures p
|
||||
Downloads /home/fic/Downloads/ D
|
||||
Downloads /home/fic/Downloads D
|
||||
Documents /home/fic/Documents/ d
|
||||
Documents /home/fic/Documents d
|
||||
|
|
|
@ -13,7 +13,7 @@ set completion-group-fg "#A23D3D"
|
|||
set completion-highlight-bg "#d5d5d5"
|
||||
set completion-highlight-fg "#121212"
|
||||
|
||||
set recolor-lightcolor "#121212"
|
||||
set recolor-lightcolor "#b4b4b4"
|
||||
set recolor-darkcolor "#d5d5d5"
|
||||
set default-bg "#121212"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue