Mehr vim und so

This commit is contained in:
madmaurice 2016-01-05 11:49:23 +01:00
parent 225183f32d
commit 5f32cdad79

View file

@ -1,6 +1,6 @@
" Vim configuration " Vim configuration
" Author: Mad <madmaurice@zom.bi> " Author: Mad <madmaurice@zom.bi>
" Last Revision: Thursday, 26. November 2015 17:51 " Last Revision: Saturday, 19. December 2015 17:51
set nocompatible set nocompatible
filetype off filetype off
@ -278,7 +278,8 @@ let g:EasyMotion_do_mapping = 0 " Disable default mappings
map / <Plug>(easymotion-sn) map / <Plug>(easymotion-sn)
omap / <Plug>(easymotion-tn) omap / <Plug>(easymotion-tn)
map ? <Plug>(easymotion-bd-jk) 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-next)
"map N <Plug>(easymotion-prev) "map N <Plug>(easymotion-prev)
" }}} " }}}
@ -287,5 +288,5 @@ map f <Plug>(easymotion-s2)
let g:lexima_enable_basic_rules = 1 let g:lexima_enable_basic_rules = 1
" }}} " }}}
" --- Codestyle {{{ " --- Codestyle {{{
match ErrorMsg '\%>80v.\+' au BufRead,BufNewFile *.{cpp,hpp,h} match ErrorMsg '\%>80v.\+'
" }}} " }}}