Skip to content

Instantly share code, notes, and snippets.

@TrevorBasinger
Created May 7, 2015 15:33
Show Gist options
  • Save TrevorBasinger/93be3c81542d022e6aef to your computer and use it in GitHub Desktop.
Save TrevorBasinger/93be3c81542d022e6aef to your computer and use it in GitHub Desktop.
let g:syntastic_javascript_checkers = ['jshint']
nmap <leader><space> :%s/[\ \|\t]*$//g<CR>
" Don't accept arrow keys.
noremap <left> :echo "no!"<cr>
noremap <right> :echo "no!"<cr>
noremap <up> :echo "no!"<cr>
noremap <down> :echo "no!"<cr>
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
noremap <leader>l :match OverLength /\%81v.\+/<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment