Add Leader-Put mapping to vim
This commit is contained in:
parent
4888b25980
commit
6dda62b19e
1 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,8 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
|
|||
onoremap al :<C-U>normal! 0vg$h<CR>
|
||||
onoremap il :<C-U>normal! ^vg_<CR>
|
||||
|
||||
vnoremap <leader>p :""s+
|
||||
|
||||
map S :shell<CR>
|
||||
|
||||
nnoremap val 0vg$h
|
||||
|
|
Loading…
Reference in a new issue