aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml27
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 @@
1theme = "jellybeans"
2
3[editor]
4line-number = "relative"
5color-modes = true
6true-color = true
7scrolloff = 10
8idle-timeout = 1000
9mouse = false
10middle-click-paste = true
11
12[editor.cursor-shape]
13insert = "bar"
14
15[editor.lsp]
16display-messages = true
17display-inlay-hints = false
18auto-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" ]