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"