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 default-terminal xterm-256color | |
set -g prefix C-a | |
unbind-key C-b | |
bind-key C-a send-prefix | |
set -g mouse on | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
set-option -g renumber-windows on |
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
" **NEVER PUT ANY LINE IN YOUR VIMRC WHICH YOU DON'T UNDERSTAND** | |
set nocompatible | |
" Enabling filetype support provides filetype-specific indenting, | |
" syntax highlighting, omni-completion and other useful settings. | |
filetype plugin indent on | |
syntax on | |
" `matchit.vim` is built-in so let's enagate between tabs using mouseble it! |