[bugfix] keep pasting feature not working as expected

This commit is contained in:
Klesh Wong 2020-09-30 15:51:31 +08:00
parent 259e5ac95a
commit b36be9b5e9

View File

@ -47,7 +47,7 @@ noremap <C-e> <End>
noremap <C-f> <Right>
noremap <C-b> <Left>
vnoremap <leader>p "_dP
vnoremap <leader>p pgvy
nnoremap <leader>q :qall<CR>
nnoremap <leader>1 :b1<CR>