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
|
||||
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)
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue