diff --git a/vim/.vimrc b/vim/.vimrc index 3f2b3bd..9073041 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,6 +1,6 @@ " Vim configuration " Author: Mad -" 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 / (easymotion-sn) omap / (easymotion-tn) map ? (easymotion-bd-jk) -map f (easymotion-s2) +map f (easymotion-fl) +map F (easymotion-Fl) "map n (easymotion-next) "map N (easymotion-prev) " }}} @@ -287,5 +288,5 @@ map f (easymotion-s2) let g:lexima_enable_basic_rules = 1 " }}} " --- Codestyle {{{ -match ErrorMsg '\%>80v.\+' +au BufRead,BufNewFile *.{cpp,hpp,h} match ErrorMsg '\%>80v.\+' " }}}