helix

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

commit 6296749cd9b1ca534403f9759f4a77a38cb06604
parent 469d908b94f657173b50a73034d396f072a418ce
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Fri, 23 Jan 2026 09:42:05 +0900

set default clipboard to +

Diffstat:
Mconfig.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml @@ -7,7 +7,8 @@ true-color = true bufferline = "always" cursorline = true color-modes = true -clipboard-provider = "termcode" +clipboard-provider = "windows" +default-yank-register = "+" [editor.cursor-shape] insert = "bar" @@ -28,6 +29,5 @@ display-inlay-hints = true snippets = true [keys.normal] -"d" = { "d" = ["extend_to_line_bounds", "delete_selection"] } "c" = "split_selection_on_newline" "esc" = "@,"