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 -->")
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
|}
|}
</blockquote><!-- documentation -->
</blockquote><!-- documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
# ~/.tmux/tmux.conf
set -g @plugin 'fcsonline/tmux-thumbs'
set -g @thumbs-key d    # {prefix}+d  -> pick text to copy
</syntaxhighlight>
</blockquote><!-- Install -->

Latest revision as of 03:05, 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