Skip to content

Instantly share code, notes, and snippets.

@utecht
Created September 24, 2015 15:07
Show Gist options
  • Save utecht/c23e0f28579a9a61eb02 to your computer and use it in GitHub Desktop.
Save utecht/c23e0f28579a9a61eb02 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
colorscheme base16-paraiso
set background=dark
filetype plugin indent on
set tabstop=4
set shiftwidth=4 " shift four at a time with > <
set softtabstop=4 " backspace 4 spaces at a time
set expandtab " replace tabs with spaces
set number
set relativenumber
set cursorline
set hlsearch
set incsearch
set ignorecase
set smartcase
map <Esc> :noh<CR>
let mapleader = ","
map <leader>t :CommandT<CR>
map <leader>T :CommandTFlush<CR>
map <leader>l :set list!<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment