Created
March 15, 2013 18:05
-
-
Save alvinlai/5171806 to your computer and use it in GitHub Desktop.
My tmux config, changes prefix key from C-b to C-t so it won't interfere with emacs bindings, enables mouse mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# restart tmux by: | |
# $ tmux kill-server | |
unbind C-b | |
set -g prefix C-t | |
bind C-t send-prefix | |
set-option -g mouse-select-pane on | |
set-option -g mouse-select-window on | |
set-window-option -g mode-mouse on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fav shortcuts:
C-t + %
- Splits window verticallyC-t + "
- Splits window horizontallyC-t + Alt + Up | Down | Left | Right
- Resizes windowC-t + Up | Down | Left | Right
- Focus on window