diff options
Diffstat (limited to 'helix.toml')
| -rw-r--r-- | helix.toml | 27 |
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" ={} | ||
| 5 | theme = "fattybeans" | ||
| 6 | |||
| 7 | [editor] | ||
| 8 | line-number = "relative" | ||
| 9 | color-modes = true | ||
| 10 | true-color = true | ||
| 11 | mouse = false | ||
| 12 | middle-click-paste = true | ||
| 13 | rulers = [80, 120] | ||
| 14 | idle-timeout = 1000 | ||
| 15 | |||
| 16 | [editor.lsp] | ||
| 17 | display-messages = true | ||
| 18 | auto-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" ] | ||
