helix

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 469d908b94f657173b50a73034d396f072a418ce
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Wed, 24 Dec 2025 22:20:23 +0900

first commit

Diffstat:
Aconfig.toml | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml @@ -0,0 +1,33 @@ +theme = "gruvbox_dark_hard" + +[editor] +line-number = "absolute" +mouse = true +true-color = true +bufferline = "always" +cursorline = true +color-modes = true +clipboard-provider = "termcode" + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false + +[editor.soft-wrap] +enable = true +[editor.indent-guides] +render = true + +[editor.lsp] +display-messages = true +display-inlay-hints = true +snippets = true + +[keys.normal] +"d" = { "d" = ["extend_to_line_bounds", "delete_selection"] } +"c" = "split_selection_on_newline" +"esc" = "@,"