AutoYADM commit: 2025-04-17 16:45:05

This commit is contained in:
Daniel Fichtinger 2025-04-17 16:45:05 -04:00
parent 4d412ad02d
commit d532c7ee68
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"