Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 826 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 826 Bytes

Tmux Maximize Vertically

Usage

This will bind prefix + M to maximize a pane only vertically

Demo

iTerm2.-.1.zsh.mp4

Installation

With Plugin Manager (recommended):

  1. Get Tmux Plugin Manager

  2. Add plugin to the list of TPM plugins in .tmux.conf:

    set -g @plugin 'tomskopek/tmux-maximize-vertically'

  3. Hit prefix + I to fetch the plugin and source it. That's it!

Manual Installation:

  1. Clone the repo:

$ git clone https://github.com/tomskopek/tmux-maximize-vertically ~/clone/path

  1. Add this line to the bottom of .tmux.conf:

run-shell ~/clone/path/maximize-vertically.tmux

  1. Reload TMUX environment with $ tmux source-file ~/.tmux.conf. That's it!