From d532c7ee6810dbac43b7696988b57e393512fab2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 17 Apr 2025 16:45:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-17 16:45:05 --- .config/foot/foot.ini##hostname.dbox | 2 +- .config/helix/config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/foot/foot.ini##hostname.dbox b/.config/foot/foot.ini##hostname.dbox index 6d905fad..771a8c9d 100644 --- a/.config/foot/foot.ini##hostname.dbox +++ b/.config/foot/foot.ini##hostname.dbox @@ -188,7 +188,7 @@ search-start=Control+Shift+r font-decrease=Control+Shift+j font-increase=Control+Shift+l font-reset=Control+0 Control+KP_0 -spawn-terminal=Control+Shift+n +spawn-terminal=Control+Shift+n Mod1+Return # minimize=none # maximize=none # fullscreen=none diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 0ecbebc0..396110cb 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -21,7 +21,7 @@ scrolloff = 2 jump-label-alphabet = "tnseriplfuwydhcxoaqz" # minimum severity to show end-of-line-diagnostics = "disable" -rulers = [81] +rulers = [82] [editor.whitespace.render] tab = "none" @@ -240,7 +240,7 @@ 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 -r = ':toggle rulers [81] []' +r = ':toggle rulers [82] []' [keys.select.g] m = "extend_to_line_start"