tmux

Enable VI mode

.tmux.conf

set-window-option -g mode-keys vi

Resize pane

CTRL+B ALT+[Arrow]

Copy and Paste

CTRL+B [ Start copy mode
[Space] # Start selection
[Arrows] # Select text
[Enter] # Finish selection
CTRL+B ] # Paste

Tags linux command

Back