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
| set -g prefix C-a | |
| unbind C-b | |
| bind C-a send-prefix | |
| set -g default-terminal "xterm" | |
| set-option -g mouse on | |
| # Use vim keybindings in copy mode | |
| setw -g mode-keys vi |
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
| syntax enable | |
| set background=dark | |
| colorscheme solarized | |
| filetype on | |
| filetype plugin indent on | |
| set relativenumber | |
| set number |