Home

Awesome

Tmux Sidebar

tmux-sidebar does one thing: it opens a tree directory listing for the current path. It's fast, convenient and works great with vim.

screenshot

Some of the features that make the plugin more appealing than doing the same thing manually each time:

Requirements: tmux 1.9 or higher, tree recommended but not required

Tested and working on Linux, OSX and Cygwin.

Key bindings

Installation with Tmux Plugin Manager (recommended)

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

set -g @plugin 'tmux-plugins/tmux-sidebar'

Hit prefix + I to fetch the plugin and source it. You should now be able to use the plugin.

Manual Installation

Clone the repo:

$ git clone https://github.com/tmux-plugins/tmux-sidebar ~/clone/path

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

run-shell ~/clone/path/sidebar.tmux

Reload TMUX environment:

# type this in terminal
$ tmux source-file ~/.tmux.conf

You should now be able to use the plugin.

Docs

Other goodies

License

MIT