From 2bf1f9ef6404a37f3075994557fd20295f531f42 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Feb 2025 19:00:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-05 19:00:03 --- .config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 448393ab..19357bed 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -2,6 +2,10 @@ theme = "onedark" [editor] line-number = "relative" +default-yank-register = '+' +cursorline = true +bufferline = "multiple" +color-modes = true [editor.cursor-shape] insert = "bar"