From 2943ba27a02d8c3baefe9155ab03f4ae46ce0f9f Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 19 Jun 2014 15:28:17 -0700 Subject: [PATCH] update colors add markdown/texttile wrap settings --- vim/vimrc.symlink | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index ab2d66b..db2c5af 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -59,6 +59,7 @@ if has("autocmd") && !exists("autocommands_loaded") autocmd FileType html setlocal ts=4 sts=4 sw=4 noexpandtab indentkeys-=* autocmd FileType jade setlocal ts=2 sts=2 sw=2 noexpandtab autocmd FileType *.md.js :call SyntasticReset + autocmd FileType markdown,textile setlocal textwidth=0 wrapmargin=0 wrap "autocmd WinEnter * setlocal cursorline "autocmd WinLeave * setlocal nocursorline @@ -129,7 +130,7 @@ call matchadd('ColorColumn', '\%81v', 100) set encoding=utf8 set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors" set background=dark -colorscheme base16-default +colorscheme hybrid " set number " show line numbers set relativenumber " show relative line numbers @@ -294,6 +295,7 @@ let g:ctrlp_working_path_mode = 'ra' nmap gs :Gstatus nmap ge :Gedit nmap gr :Gread +nmap gb :Gblame nmap m :MarkedOpen! nmap mq :MarkedQuit