Tmux: [Enhancement] Hold position in scrollback

Created on 1 Oct 2015  路  4Comments  路  Source: tmux/tmux

It's common to scroll up in tmux to copy text. It would be a major benefit not to lose your position in the scrollback when copying text or visually selecting text with the mouse.

CC @bruno- https://github.com/tmux-plugins/tmux-yank/issues/40

All 4 comments

It's already there.
man tmux | less +/ copy-selection

Thanks for the quick reply @ntnn.

Do you know if tmux gained the ability to somehow invoke copy-pipe and stay in copy mode?

Nope:

    case MODEKEYCOPY_COPYPIPE:
        if (sess != NULL) {
            window_copy_copy_pipe(wp, sess, NULL, arg);
            window_pane_reset_mode(wp);
            return;
        }

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sc0ty picture sc0ty  路  4Comments

Ovid picture Ovid  路  4Comments

aaronNGi picture aaronNGi  路  4Comments

samuelsimoes picture samuelsimoes  路  4Comments

alexpearce picture alexpearce  路  5Comments