Tmux Part 3: Navigation

Hi @thedanotto,

  1. Zoom is a commend +arg, resize-pane -Z. You can bind to C-z with bind-key -n C-z resize-pane -Z. That said, I would recommend against this particular binding as it by default is “background current process”. You many not use this now, but if you find yourself wanting it down the road or pairing, you may find you regret it.

  2. Sure is! I have this in my ~/.tmux.conf:

    Keep plenty of history for scrollback

    set -g history-limit 10000