As configured in my dotfiles.
start new:
tmux
start new with session name:
| # | |
| # Custom tmux commands for remote servers | |
| # | |
| # Copy this to ~/.tmux.conf to enable | |
| # | |
| # Make splitting and resizing panes, and moving around emulate the vim | |
| # directional keys | |
| bind | split-window -h | |
| bind _ split-window -v |
| " Don't try to be vi compatible | |
| set nocompatible | |
| " Helps force plugins to load correctly when it is turned back on below | |
| filetype off | |
| " TODO: Load plugins here (pathogen or vundle) | |
| " Turn on syntax highlighting | |
| syntax on |
| This playbook has been removed as it is now very outdated. |
As configured in my dotfiles.
start new:
tmux
start new with session name: