You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tmux-sidebar does one thing: it opens a tree directory listing for the current
path. It's fast, convenient and works great with vim.
Some of the features that make the plugin more appealing than doing the same
thing manually each time:
fast
Much faster than doing each step manually.
smart sizing
Sidebar remembers its size, so the next time you open it, it will have the
exact same width. This is a per-directory property, so you can have just
the right size for multiple dirs.
toggling
The same key binding opens and closes the sidebar.
uninterrupted workflow
The main prefix + Tab key binding opens a sidebar but does not move
cursor to it.
pane layout stays the same
No matter which pane layout you prefer, sidebar tries hard not to mess your
pane splits. Open, then close the sidebar and everything should look the same.
Requirements: tmux 1.9 or higher, tree recommended but not required
Tested and working on Linux, OSX and Cygwin.
Key bindings
prefix + Tab - toggle sidebar with a directory tree
prefix + Backspace - toggle sidebar and move cursor to it (focus it)