Перейти к основному содержимому

⌬ Shell fork

My Tmux Setup
#

To setup tmux just run the setup.sh script.

Requirements
#

  • git
  • Linux system

This script will then install all the plugins listed in the tmux.conf file.

Extra shortcuts
#

  • prefix-I : Install new plugins from the .tmux.conf file.
  • prefix-r : Reload (source) the ~/.tmux.conf
  • Alt-: Move around panes.
  • Shift-<arrow left, right> : to switch windows.
  • Alt-f : Zoom in on pane (fullscreen pane)
  • Added additional, easier to remember, shortcuts for splitting panes
    • prefix-| or \ : split vertically
    • prefix-_ or - : split horizontally