New EasyMotion binding + equally resize windows
This commit is contained in:
parent
037466a010
commit
985de6ac65
1 changed files with 4 additions and 0 deletions
|
@ -204,6 +204,9 @@ map Y y$
|
||||||
" Showing and hiding special characters
|
" Showing and hiding special characters
|
||||||
nnoremap <silent> <leader>l :set nolist!<cr>
|
nnoremap <silent> <leader>l :set nolist!<cr>
|
||||||
|
|
||||||
|
" Equally resize windows
|
||||||
|
nnoremap <silent> <leader>= :wincmd =<cr>
|
||||||
|
|
||||||
" Automatic running
|
" Automatic running
|
||||||
autocmd filetype python nnoremap <F5> :w<cr>:!python %<cr>
|
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)
|
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 n <Plug>(easymotion-next)
|
"map n <Plug>(easymotion-next)
|
||||||
"map N <Plug>(easymotion-prev)
|
"map N <Plug>(easymotion-prev)
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Reference in a new issue