update colors add markdown/texttile wrap settings
This commit is contained in:
@@ -59,6 +59,7 @@ if has("autocmd") && !exists("autocommands_loaded")
|
||||
autocmd FileType html setlocal ts=4 sts=4 sw=4 noexpandtab indentkeys-=*<return>
|
||||
autocmd FileType jade setlocal ts=2 sts=2 sw=2 noexpandtab
|
||||
autocmd FileType *.md.js :call SyntasticReset<cr>
|
||||
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 <silent> <leader>gs :Gstatus<cr>
|
||||
nmap <leader>ge :Gedit<cr>
|
||||
nmap <silent><leader>gr :Gread<cr>
|
||||
nmap <silent><leader>gb :Gblame<cr>
|
||||
|
||||
nmap <leader>m :MarkedOpen!<cr>
|
||||
nmap <leader>mq :MarkedQuit<cr>
|
||||
|
||||
Reference in New Issue
Block a user