From 0d65f65d9080c9a422e362d2f13c7e1f54eb8d91 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 16 Mar 2025 16:45:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-16 16:45:06 --- .config/helix/config.toml | 3 ++- .config/yazi/bookmark | 4 ++-- .config/zathura/zathurarc | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 6dfff082..7a8941a4 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -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] diff --git a/.config/yazi/bookmark b/.config/yazi/bookmark index dd76b849..15f4ab91 100644 --- a/.config/yazi/bookmark +++ b/.config/yazi/bookmark @@ -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 diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 88b2a8a1..b38d5073 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -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"