|
|
|
|
|
by sikhnerd
3647 days ago
|
|
Sounds like you don't use many screen keybindings either? Likely just remapping the default key binding to match screen's in your .tmux.conf gets you 90% of the way there: unbind C-b
set -g prefix C-a
bind C-a send-prefix
fwiw, the shortcut to enter copy mode in tmux and screen is the same C-a [ |
|