diff --git a/.config/helix/config.toml b/.config/helix/config.toml index cfa8d668..21cb4729 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -179,6 +179,8 @@ 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' +# Toggle git display +g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]' [keys.select.g] m = "extend_to_line_start"