Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 835 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 835 Bytes

Installation

To install, run

git clone git://github.com/quentindecock/tmux-config.git ~/.tmux
cd ~/.tmux
make install

To update the repository, run

make update

Key Bindings

Ctrl + E Prefix (you probably won't need it)

The following key bindings do not require you to send the prefix keystroke:

Alt + | Split vertically
Alt + - Split horizontally

Alt + H Go to the left pane
Alt + J Go to the bottom pane
Alt + K Go to the top pane
Alt + L Go to the right pane

Alt + = Equal vertial panes
Alt + + Equal horizontal panes
Alt + Arrow Resize pane

Alt + PageUp Copy mode and page up
Alt + U Copy mode
Alt + I Paste

Alt + 8 Choose a session to attach
Alt + 9 Cycle left through sessions
Alt + 0 Cycle right through sessions