Various updates
This commit is contained in:
parent
bbc0e87495
commit
3e4286bf43
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
" Max's .vimrc
|
" Max's .vimrc
|
||||||
" Honourary mention to Gary Bernhardt
|
|
||||||
|
|
||||||
|
|
||||||
""""""""""""""""""""""
|
""""""""""""""""""""""
|
||||||
" Plugins
|
" Plugins
|
||||||
|
@ -17,6 +15,9 @@ set term=xterm-256color
|
||||||
set nocompatible
|
set nocompatible
|
||||||
colorscheme maxbucknell
|
colorscheme maxbucknell
|
||||||
|
|
||||||
|
" Leader
|
||||||
|
let mapleader = "\<space>"
|
||||||
|
|
||||||
" Line numbering
|
" Line numbering
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set number
|
set number
|
||||||
|
@ -39,6 +40,7 @@ set noswapfile
|
||||||
" I am lazy and I don't like holding shift.
|
" I am lazy and I don't like holding shift.
|
||||||
noremap ; :
|
noremap ; :
|
||||||
noremap ;; ;
|
noremap ;; ;
|
||||||
|
cnoreabbrev qq q!
|
||||||
|
|
||||||
" Paste!
|
" Paste!
|
||||||
noremap <leader>v "+gp
|
noremap <leader>v "+gp
|
||||||
|
@ -204,7 +206,6 @@ let g:syntastic_enable_signs = 0
|
||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_javascript_checkers = ['eslint']
|
let g:syntastic_javascript_checkers = ['eslint']
|
||||||
let g:syntastic_stl_format='[%t errors, first: %F]'
|
let g:syntastic_stl_format='[%t errors, first: %F]'
|
||||||
nnoremap <space> :SyntasticCheck<cr>
|
|
||||||
|
|
||||||
"""""""""""""""
|
"""""""""""""""
|
||||||
" MISC KEY MAPS
|
" MISC KEY MAPS
|
||||||
|
|
Loading…
Add table
Reference in a new issue