diff --git a/vim/.vimrc b/vim/.vimrc index ecf9d88..76494e3 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -204,6 +204,9 @@ map Y y$ " Showing and hiding special characters nnoremap l :set nolist! +" Equally resize windows +nnoremap = :wincmd = + " Automatic running autocmd filetype python nnoremap :w:!python % @@ -266,6 +269,7 @@ let g:EasyMotion_do_mapping = 0 " Disable default mappings map / (easymotion-sn) omap / (easymotion-tn) map ? (easymotion-bd-jk) +map f (easymotion-s2) "map n (easymotion-next) "map N (easymotion-prev) " }}}