|
|
|
|
|
by dwagnerkc
1292 days ago
|
|
I would add Prefix + z for temporarily maximizing/minimizing pane to the full windows is very useful. Config doesn't have to be very complicated, I've used this for a while. set -g mouse on # allow mouse
set -g history-limit 999999999 # unlimited history
set -sg escape-time 0 # vim esc response faster
|
|