1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 02:25:00 +08:00

recent updates

This commit is contained in:
plrectco
2020-06-13 14:46:00 -07:00
parent f244e0837b
commit 313efdd16a
4 changed files with 57 additions and 13 deletions

View File

@ -47,7 +47,7 @@ noremap <unique> <script> <Plug>PeepOpen <SID>Launch
noremap <SID>Launch :call <SID>LaunchPeepOpenViaVim()<CR>
if !hasmapto('<Plug>PeepOpen')
map! <unique> <silent> <Leader>p <Plug>PeepOpen
map <unique> <silent> <Leader>p <Plug>PeepOpen
endif
let &cpo = s:save_cpo