diff options
Diffstat (limited to 'dotfiles/helix/config.toml')
| -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" |
