diff --git a/.config/helix/config.toml b/.config/helix/config.toml index e4e5e433..46c8dcfe 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -129,7 +129,9 @@ C-u = ["page_cursor_half_up", "align_view_center"] x = "extend_line_above" [keys.normal.space] # open clipboard picker & paste -p = [":append-output (clipcat-menu && wl-paste) || echo''"] +# p = [":append-output (clipcat-menu && wl-paste) || echo''"] +p = ''' +:append-output (clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected') || echo "hi"''' P = [":insert-output clipcat-menu && wl-paste"] x = ":bc"