diff --git a/vim/.vimrc b/vim/.vimrc index d6d785d..3f2b3bd 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -207,6 +207,8 @@ nnoremap vnoremap " -- Make Y behave correct map Y y$ +" -- Quick adding of spaces +nnoremap il " Showing and hiding special characters nnoremap l :set nolist! @@ -284,3 +286,6 @@ map f (easymotion-s2) " --- Auto pairs config {{{ let g:lexima_enable_basic_rules = 1 " }}} +" --- Codestyle {{{ +match ErrorMsg '\%>80v.\+' +" }}}