diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8ededd93..f27eee47 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -3,15 +3,18 @@ theme = "ashen" [editor] line-number = "relative" undercurl = true -# true-color = true -# Not sure if I should enable this by default... -# maybe it's better to just get used to using the clipboards separately? -# Wouldn't be a bad idea to encorporate two clipboards into my workflow, -# especially for stuff like swapping selections and stuff... default-yank-register = '+' cursorline = true bufferline = "multiple" color-modes = true + +mouse = true +continue-comments = false +auto-completion = true +path-completion = true +completion-replace = true +completion-trigger-len = 2 + scrolloff = 2 jump-label-alphabet = "tnseriplfuwydhcxoaqz" # minimum severity to show @@ -40,6 +43,7 @@ mode.normal = "NRM" [editor.lsp] display-inlay-hints = true display-messages = true +display-progress-messages = true # TODO: disable auto signature help # and set a binding for it instead auto-signature-help = true @@ -61,7 +65,7 @@ wrap-indicator = "" [keys.insert] C-k = "signature_help" -C-c = "normal_mode" +C-c = "completion" [keys.normal] # swap select_mode and regex keys