Skip to content

Instantly share code, notes, and snippets.

View Quinny's full-sized avatar

Quinn Perfetto Quinny

View GitHub Profile
unbind C-b
set -g prefix `
bind ` send-prefix
bind-key v split-window -h
bind-key h split-window -v
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
@Quinny
Quinny / vimrc.vim
Last active September 10, 2015 13:45
vimrc
""""""""""""""""""""""""""""""""""
" => Plugins
" """""""""""""""""""""""""""""""""
call plug#begin('~/.vim/plugged')
Plug 'altercation/vim-colors-solarized' " solarized colors
Plug 'bronson/vim-trailing-whitespace' " view trailing whitespace
Plug 'scrooloose/nerdtree' " file viewer
Plug 'junegunn/vim-easy-align' " alignment
Plug 'bling/vim-airline' " Bottom bar
Plug 'tpope/vim-fugitive' " Git stuff