New EasyMotion binding + equally resize windows

This commit is contained in:
madmaurice 2015-12-02 03:14:45 +01:00
parent 037466a010
commit 985de6ac65

View file

@ -204,6 +204,9 @@ map Y y$
" Showing and hiding special characters
nnoremap <silent> <leader>l :set nolist!<cr>
" Equally resize windows
nnoremap <silent> <leader>= :wincmd =<cr>
" Automatic running
autocmd filetype python nnoremap <F5> :w<cr>:!python %<cr>
@ -266,6 +269,7 @@ 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 n <Plug>(easymotion-next)
"map N <Plug>(easymotion-prev)
" }}}