diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f854aee6..f61881c0 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -128,7 +128,8 @@ C-u = ["page_cursor_half_up", "align_view_center"] [keys.normal."["] x = "extend_line_above" [keys.normal.space] -p = [":sh clipcat-menu", ":clipboard-paste-after"] +p = [":sh sleep 2; notify-send 'test'", "paste_after"] +# p = [":sh clipcat-menu", "paste_after"] x = ":bc" # UI settings and stuff