From ff2781b968cd88009d61836486395eb89a9e473a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 14:25:08 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 14:25:08 --- .config/helix/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index ee75fbb5..cdda7ecd 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -2,7 +2,11 @@ theme = "ashen" [editor] line-number = "relative" -default-yank-register = '+' +# Not sure if I should enable this by default... +# maybe it's better to just get used to using the clipboards separately? +# Wouldn't be a bad idea to encorporate two clipboards into my workflow, +# especially for stuff like swapping selections and stuff... +# default-yank-register = '+' cursorline = true bufferline = "multiple" color-modes = true