From 51c25e2f339c122aeb53cc13d640d7eec0dcd333 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Mar 2025 11:15:19 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-05 11:15:19 --- .config/helix/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f61881c0..f54fb836 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -128,11 +128,11 @@ C-u = ["page_cursor_half_up", "align_view_center"] [keys.normal."["] x = "extend_line_above" [keys.normal.space] -p = [":sh sleep 2; notify-send 'test'", "paste_after"] -# p = [":sh clipcat-menu", "paste_after"] +p = [":insert-output clipcat-menu && wl-paste"] +P = [":append-output clipcat-menu && wl-paste"] x = ":bc" -# UI settings and stuff + # UI settings and stuff [keys.normal.space.u] # Toggle Cursor Always Centered c = ':toggle cursor-shape.insert bar block'