diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 448393ab..19357bed 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -2,6 +2,10 @@ theme = "onedark" [editor] line-number = "relative" +default-yank-register = '+' +cursorline = true +bufferline = "multiple" +color-modes = true [editor.cursor-shape] insert = "bar"