Config right click to paste from system paste board in tmux on MacOS
Pre
if you use powerline on Windows, then you may be familiar with the “right click to paste from system board” feature.
Issue
on Unix-like system, I’d rather tmux in my workflow in which I found right click doesn’t behave like what it does on Windows.
Slolution
Luckily, we could config it.
Steps
1 | # ~/.tmux.conf |
-Tindicates that we only change the keybinding under the rootKey Table(you can check it byprefix+:customize mode)
no need to use the following repository, but found useful tmux config for pasting from system pasteboard here
ref: tmux-MacOSX-pasteboard