Tmux plugin: tmux-thumbs: Difference between revisions

From wikinotes
(Created page with "Another variation of tmux plugin: tmux-fingers.<br> This one written in rust. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/fcsonline/tmux-thumbs |- |} </blockquote><!-- documentation -->")
 
No edit summary
Line 10: Line 10:
|}
|}
</blockquote><!-- documentation -->
</blockquote><!-- documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="tmux">
# ~/.tmux/tmux.conf
set -g @plugin 'fcsonline/tmux-thumbs'
set -g @thumbs-key d    # {prefix}+d  -> pick text to copy
</syntaxhighlight>
</blockquote><!-- Install -->

Revision as of 03:04, 2 February 2024

Another variation of tmux plugin: tmux-fingers.
This one written in rust.

Documentation

github https://github.com/fcsonline/tmux-thumbs

Install

# ~/.tmux/tmux.conf

set -g @plugin 'fcsonline/tmux-thumbs'
set -g @thumbs-key d    # {prefix}+d  -> pick text to copy