diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-31 14:21:57 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-31 14:21:57 +0000 |
| commit | b41ff0b88227bf5d723401fbdaaa91c5d3fecfbb (patch) | |
| tree | 8e37df71a12499a2b474aa6ffb986a4b40e30ef7 /dotfiles/helix/config.toml | |
| parent | imported system/home-manager config (diff) | |
added dots and wallpaper
Diffstat (limited to '')
| -rw-r--r-- | dotfiles/helix/config.toml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml new file mode 100644 index 0000000..86ed106 --- /dev/null +++ b/dotfiles/helix/config.toml @@ -0,0 +1,34 @@ +theme = "monokai-transparent" + +[editor] +bufferline = "always" +line-number = "relative" + +[editor.file-picker] +hidden = true + +[editor.indent-guides] +render = true + +[editor.statusline] +center = ["file-name", "read-only-indicator", "file-modification-indicator", "total-line-numbers"] +left = ["mode", "spinner", "separator"] +right = ["separator", "diagnostics", "selections", "register", "position", "file-encoding"] + +[keys] +[keys.insert] +home = "no_op" +end = "no_op" +up = "no_op" +down = "no_op" +left = "no_op" +right = "no_op" + +[keys.normal] +ret = "goto_word" +home = "no_op" +end = "no_op" +up = "no_op" +down = "no_op" +left = "no_op" +right = "no_op" |
