tmux-thumbs icon indicating copy to clipboard operation
tmux-thumbs copied to clipboard

A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator

Results 34 tmux-thumbs issues
Sort by recently updated
recently updated
newest added

A part of the common `tmux-thumbs` hints + the shift ones, we want to introduce a new set of combinations with `ctrl` and `alt` keys. This is a breaking change...

I see a delay when I use this plugin from neovim to paste some text from the screen. To reproduce: * Edit some file in neovim * Enter insert mode...

Os: Arch terminal: alacritty ``` git log | thumbs -u -r | xclip -selection clipboard -i ``` Output: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os...

bug
wontfix

Hi, I've just found your plugin and it is awesome :) I recently started configuring my `tmux` as finally I have option to build my environment in a reproducible way...

enhancement

Versions and env variables that might help: ```bash tmux = tmux next-3.3 alacritty = 0.8.0 TERM = alacritty ``` tmux-thumbs doesn't seem to consistently work without the `-w` on `tmux...

enhancement

Commit b3554069722d4893c9c021a54d529f087733c295 broke feature #37. `$THUMBS_KEY` shouldn't be quoted so that the `-n` flag can be passed verbatim to the `tmux bind-key` command. Please revert this particular line to fix...

bug

tmux-thumb highlights the "hits" it finds in green regardless of the colors of the text. when the buffer contains colored text, to show different types of data, recoloring everything green...

bug
enhancement

It seems that the character widths of some of the wide characters are not calculated correctly, causing the hints to be misplaced. ```sh echo '├ 192.168.1.1' ``` ![](https://user-images.githubusercontent.com/46437966/107948534-56cf2580-6fd7-11eb-840c-34df76b94b71.png) `prefix+I` ⬇️...

bug
wontfix

Add setting to allow for navigation with different keys (ex with `` ``) instead of arrows.

enhancement