Mercurial > dotfiles
diff dot_config/helix/config.toml @ 804:72828b1204a3
feat: add helix config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 26 Nov 2023 10:56:56 +0100 |
parents | |
children | 6499aba0eaf3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/helix/config.toml Sun Nov 26 10:56:56 2023 +0100 @@ -0,0 +1,17 @@ +theme = "tutticolori" + +[editor] +line-number = "relative" +cursorline = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.indent-guides] +render = true +skip-levels = 1 + +[keys.insert] +C-f = "move_char_right"