Software Engineering :: Operating Systems :: Linux :: Terminal :: Multiplexer :: Software :: Tmux :: Configuration :: Example :: Wil Moore III
⪼ Made with 💜 by Polyglot.
minimal
:set -g mouse on
:set -g status-right '#(cd #{pane_current_path}; git rev-parse --abbrev-ref HEAD)'
:set -g mode-keys vi
CTRL-B,j: resize pane 1 unit downCTRL-B,k: resize pane 1 unit upCTRL-B,h: resize pane 1 unit leftCTRL-B,l: resize pane 1 unit right
CTRL-B,<TAB>
