Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,24 @@ In-Menu Keyboard Controls
- :code:`p` to pin item
- :code:`<Delete>` to delete an item

Terminal support
^^^^^^^^^^^^^^^^

This works by sending Shift+Insert to programs or Ctrl+Shift+Insert to terminals.

- To use with tmux, add this to your :code:`.tmux.conf`::

# Add Ctrl Shift Insert to paste for clipboard-indicator
bind -T root C-S-IC {
run "tmux send-key \"$(xclip -d ${DISPLAY} -o -selection clipboard)\""
}

- To use with Ghostty, add this to your :code:`.config/ghostty/config`::

# Add Ctrl Shift Insert to paste for clipboard-indicator
keybind = ctrl+shift+insert=paste_from_clipboard


📦 Install from source
----------------

Expand Down