Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 957 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 957 Bytes

tmux Configuration

This repository contains the configuration that I prefer for tmux. I've put it in a repository to facilitate adding this to multiple machines.

Installation

Recursively clone this into the ~/.tmux directory. Then create a link:

ln -s ~/.tmux/tmux.conf ~/.tmux.conf

Plugins

Installing the tmux plugins works well enough. Simply execute

ctrl-b I

This only installs the tmux plugins, not ViM or any other plugins.

To update the plugins, simply execute:

ctrl-b U

Plugins

Listed below are the plugins I use. They are all managed by the Tmux Plugin Manager which is a git submodule of this repository.