Skip to content

tomskopek/tmux-maximize-vertically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages