tmux-thumbs
tmux-copycat
tmux-thumbs | tmux-copycat | |
---|---|---|
4 | 6 | |
943 | 1,107 | |
1.6% | 0.0% | |
0.0 | 0.0 | |
10 months ago | over 1 year ago | |
Rust | Shell | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tmux-thumbs
-
Wezterm QuickSelect
After using tmux for more than a decade, I’ve recently moved away from it and switched to using the multiplex features in wezterm. One of my favorite plugins for tmux is tmux-thumbs. This allowed me to write patterns using regex and press a shortcut to highlight those patterns. It would give me a set of quick keys I could type that would then either copy the text to my clipboard or paste it to the command line. This comes in very handy when using kubectl and dealing with pod names.
-
What is your favorites plugins, themes or configuration details?
I really recommend tmux-thumbs . It is similar to extracto and you can pick up text from the screen with few key strokes.
-
Tmux lets you select and copy text with your keyboard
Only glanced at it but didn't see it mention 'V' which selects rows rather than characters. Which can be quite useful.
There are also tmux plugins to make some operations smoother.
https://github.com/fcsonline/tmux-thumbs
Like keyboard driven browsers uses hints, so file paths, git SHAs etc. are highlighted using a small hint and if you press it it is copied.
https://github.com/laktak/extrakto
Fuzzy search in current pane to insert/copy things of interest.
tmux-copycat
-
Are We Sixel Yet
For me personally tmux giver minor improvements (some of them are done by some terminals, some are not), e.g.:
* Text selection using variuos shortcuts (usually I use it only for URL):
https://github.com/tmux-plugins/tmux-copycat
* FZF autocompletion from output, e.g. in case I want to diff some file I see changed in `git status`:
https://github.com/laktak/extrakto
- Must plugins for tmux in your config
- Best default setup for new user?
-
Populate quickfix from a tmux pane
The final workflow that comes to mind is using https://github.com/tmux-plugins/tmux-copycat and the prefix + ctrl-f command to jump between file paths, which could provide a faster way to get your file path from command output in tmux into vim.
- Tmux lets you select and copy text with your keyboard
-
Perfect ALARM Mk 2: Installation Part 5 (Powerline and Zsh stuff here!)
tmux-plugins/tmux-copycat - A plugin that enhances tmux search. You should install gawk if you haven't already. As of tmux 3.1, regex searches are now natively supported. However, search result highlighting and predefined searches are reasons enough to keep using tmux-copycat.
What are some alternatives?
extrakto - extrakto for tmux - quickly select, copy/insert/complete text without a mouse
tmux-yank - Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
wttr.in - :partly_sunny: The right way to check the weather
tmux-open - Tmux key bindings for quick opening of a highlighted file or url
universe - A group of my various scripts, see the Manifest (below)
tpm - Tmux Plugin Manager
vim-repl - Best REPL environment for Vim
tmux-sensible - basic tmux settings everyone can agree on
k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
vimux - easily interact with tmux from vim