←back to thread

538 points todsacerdoti | 1 comments | | HN request time: 0s | source
Show context
pxc ◴[] No.44358013[source]
If you don't want to write a giant regex like this yourself, there are some ready-made tmux plugins that add things like this to copy-mode.

https://github.com/tmux-plugins/tmux-fpp

https://github.com/tmux-plugins/tmux-copycat

https://github.com/Morantron/tmux-fingers

https://github.com/tmux-plugins/tmux-urlview

Any configuration or plugin that leans on the built-ins is probably going to be faster, so consider that w/r/t tmux-copycat.

I also really like tmux-resurrect, which saves and restores sessions for you; tmux-continuum, which runs those automatically; and the tmux-zen plugin for Oh-My-Fish:

https://github.com/tmux-plugins/tmux-resurrect

https://github.com/tmux-plugins/tmux-continuum

https://github.com/sagebind/tmux-zen/tree/master

It's pretty easy to get a very nice tmux setup going!

replies(2): >>44358431 #>>44363402 #
laktak ◴[] No.44363402[source]
Not to forget

https://github.com/laktak/extrakto

(similar to copycat) and

https://github.com/laktak/tome

replies(1): >>44365059 #
1. buf ◴[] No.44365059[source]
TOME can be natively performing with tmux panes.

Steps:

1. have two panes open

2. In pane 0, have your cursor or a line or multiple lines of code

3. :VtrSendLinesToRunner

4. In pane 1, the lines are performed