This file contains 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
" settings | |
colorscheme molokai | |
let loaded_matchparen=1 " don't automatically highlight the matching parens | |
let mapleader = ' ' | |
let maplocalleader = ' ' | |
set autowriteall " autosave files | |
set background=dark | |
set clipboard=unnamedplus " Yanks go on clipboard | |
set cmdheight=2 |