Skip to content

Commit

Permalink
vim: help settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EdVanDance committed Feb 19, 2015
1 parent e9d28ba commit d2836c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vim/vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ augroup ft_tex
\ | nnoremap <buffer> <leader>m :make<cr>
augroup END

" }}}
" Help {{{

augroup ft_help
au!
au FileType help
\ nnoremap <buffer> q :q<cr>
augroup END

" }}}
" }}}

Expand Down

0 comments on commit d2836c3

Please sign in to comment.