CTRL + b
, [
.CTRL + SPACE
to start copying.ALT + w
or CTRL + w
to copy into Tmux buffer.CTRL + b
, ]
to paste in a possibly different Tmux pane/window.https://unix.stackexchange.com/questions/58763/copy-text-from-one-tmux-pane-to-another-using-vim
# copy:
Ctrlb[
Ctrl - Space
# Select Text and copy
Alt - w
# paste:
Ctrlb]
http://blog.sanctum.geek.nz/vi-mode-in-tmux/
set-window-option -g mode-keys vi
Ctrl+B :
get into command mode
list-keys
https://unix.stackexchange.com/questions/14300/moving-tmux-window-to-pane
Manipulate in Command mode:
Ctrl-b :
join-pane [-bdhv] [-l size | -p percentage] [-s src-pane] [-t dst-pane]
-s
source
-t
destination pane
-h
horizontal
-v
vertical
:break-pane
Panes ausseinander brechen
% vertical split ” horizontal split
o swap panes q show pane numbers x kill pane
$ tmux attach protocol version mismatch (client 7, server 6)
$ pgrep tmux 3429 $ /proc/3429/exe attach