From c2c1944b95d8c2f552040c017eb0e8222c582b2e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 14 Oct 2024 00:05:03 +0200 Subject: Cleanup and added script that creates symlinks --- helix.toml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 helix.toml (limited to 'helix.toml') diff --git a/helix.toml b/helix.toml deleted file mode 100644 index 5f0545a..0000000 --- a/helix.toml +++ /dev/null @@ -1,27 +0,0 @@ -# https://github.com/helix-editor/helix/blob/master/runtime/themes/jellybeans.toml -# Located in ~/.congfig/helix/runtime/themes/fattybeans.toml -# inherits = "jellybeans" -# "ui.background" ={} -theme = "fattybeans" - -[editor] -line-number = "relative" -color-modes = true -true-color = true -mouse = false -middle-click-paste = true -rulers = [80, 120] -idle-timeout = 1000 - -[editor.lsp] -display-messages = true -auto-signature-help = false - -[keys.normal] -"esc" = [ "collapse_selection", "keep_primary_selection" ] -"D" = [ "ensure_selections_forward", "extend_to_line_end", "delete_selection" ] -"C-left" = [ "goto_previous_buffer" ] -"C-right" = [ "goto_next_buffer" ] -"C-up" = [ "page_cursor_half_up" ] -"C-down" = [ "page_cursor_half_down" ] -"C-b" = [ ":sh make" ] -- cgit v1.2.3