Mehr vim und so
This commit is contained in:
parent
225183f32d
commit
5f32cdad79
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
" Vim configuration
|
||||
" Author: Mad <madmaurice@zom.bi>
|
||||
" Last Revision: Thursday, 26. November 2015 17:51
|
||||
" Last Revision: Saturday, 19. December 2015 17:51
|
||||
|
||||
set nocompatible
|
||||
filetype off
|
||||
|
@ -278,7 +278,8 @@ let g:EasyMotion_do_mapping = 0 " Disable default mappings
|
|||
map / <Plug>(easymotion-sn)
|
||||
omap / <Plug>(easymotion-tn)
|
||||
map ? <Plug>(easymotion-bd-jk)
|
||||
map f <Plug>(easymotion-s2)
|
||||
map f <Plug>(easymotion-fl)
|
||||
map F <Plug>(easymotion-Fl)
|
||||
"map n <Plug>(easymotion-next)
|
||||
"map N <Plug>(easymotion-prev)
|
||||
" }}}
|
||||
|
@ -287,5 +288,5 @@ map f <Plug>(easymotion-s2)
|
|||
let g:lexima_enable_basic_rules = 1
|
||||
" }}}
|
||||
" --- Codestyle {{{
|
||||
match ErrorMsg '\%>80v.\+'
|
||||
au BufRead,BufNewFile *.{cpp,hpp,h} match ErrorMsg '\%>80v.\+'
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue