diff options
Diffstat (limited to 'helix.toml')
| -rw-r--r-- | helix.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/helix.toml b/helix.toml new file mode 100644 index 0000000..e22970d --- /dev/null +++ b/helix.toml | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | theme = "jellybeans" | ||
| 2 | |||
| 3 | [editor] | ||
| 4 | line-number = "relative" | ||
| 5 | color-modes = true | ||
| 6 | true-color = true | ||
| 7 | scrolloff = 10 | ||
| 8 | idle-timeout = 1000 | ||
| 9 | mouse = false | ||
| 10 | middle-click-paste = true | ||
| 11 | |||
| 12 | [editor.cursor-shape] | ||
| 13 | insert = "bar" | ||
| 14 | |||
| 15 | [editor.lsp] | ||
| 16 | display-messages = true | ||
| 17 | display-inlay-hints = false | ||
| 18 | auto-signature-help = false | ||
| 19 | |||
| 20 | [keys.normal] | ||
| 21 | "esc" = [ "collapse_selection", "keep_primary_selection" ] | ||
| 22 | "{" = [ "goto_prev_paragraph" ] | ||
| 23 | "}" = [ "goto_next_paragraph" ] | ||
| 24 | |||
| 25 | [keys.select] | ||
| 26 | "{" = [ "goto_prev_paragraph" ] | ||
| 27 | "}" = [ "goto_next_paragraph" ] | ||
