Wednesday, March 21, 2018
Tuesday, March 13, 2018
copy/paste with mouse for tmux on mac
To restore the default copy/paste configuration you need to (at least temporarily) turn off mouse support within tmux:
prefix : set -g mouse off
Where
prefix is the tmux access key (Ctrl+B by default unless you re-map it). : starts command mode and set -g sets the parameter globally.
Subscribe to:
Comments (Atom)
