aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/helix.toml b/helix.toml
deleted file mode 100644
index 5f0545a..0000000
--- a/helix.toml
+++ /dev/null
@@ -1,27 +0,0 @@
1# https://github.com/helix-editor/helix/blob/master/runtime/themes/jellybeans.toml
2# Located in ~/.congfig/helix/runtime/themes/fattybeans.toml
3# inherits = "jellybeans"
4# "ui.background" ={}
5theme = "fattybeans"
6
7[editor]
8line-number = "relative"
9color-modes = true
10true-color = true
11mouse = false
12middle-click-paste = true
13rulers = [80, 120]
14idle-timeout = 1000
15
16[editor.lsp]
17display-messages = true
18auto-signature-help = false
19
20[keys.normal]
21"esc" = [ "collapse_selection", "keep_primary_selection" ]
22"D" = [ "ensure_selections_forward", "extend_to_line_end", "delete_selection" ]
23"C-left" = [ "goto_previous_buffer" ]
24"C-right" = [ "goto_next_buffer" ]
25"C-up" = [ "page_cursor_half_up" ]
26"C-down" = [ "page_cursor_half_down" ]
27"C-b" = [ ":sh make" ]