" Color scheme colorscheme Tomorrow-Night " Map ctrl-hjkl for easy window movement map h map j map k map l " Set backspace for consistent behaviour set backspace=indent,eol " Tell Vim we're on a 256 color terminal if $TERM == "xterm-256color" || $TERM == "screen-256color" || $COLORTERM == "gnome-terminal" set t_Co=256 endif " Tell NERDCommenter to put spaces in let NERDSpaceDelims=1 " Setup vim-pencil augroup pencil autocmd! autocmd FileType markdown,mkd call pencil#init() autocmd FileType text call pencil#init() augroup END " Extend plugins source $HOME/.vim/vimrc.d.vim