From af4d27c2ee27d899ef4db2f8c1875f9b604a8517 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 17 Dec 2023 00:49:28 +0100 Subject: Added helix config --- helix.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 helix.toml (limited to 'helix.toml') diff --git a/helix.toml b/helix.toml new file mode 100644 index 0000000..e22970d --- /dev/null +++ b/helix.toml @@ -0,0 +1,27 @@ +theme = "jellybeans" + +[editor] +line-number = "relative" +color-modes = true +true-color = true +scrolloff = 10 +idle-timeout = 1000 +mouse = false +middle-click-paste = true + +[editor.cursor-shape] +insert = "bar" + +[editor.lsp] +display-messages = true +display-inlay-hints = false +auto-signature-help = false + +[keys.normal] +"esc" = [ "collapse_selection", "keep_primary_selection" ] +"{" = [ "goto_prev_paragraph" ] +"}" = [ "goto_next_paragraph" ] + +[keys.select] +"{" = [ "goto_prev_paragraph" ] +"}" = [ "goto_next_paragraph" ] -- cgit v1.2.3