mirror of
1
0
Fork 0

changed PeepOpen map to Alt+p

This commit is contained in:
Caleb Taylor 2019-08-27 16:59:12 -07:00
parent d40ffa27f6
commit 6240a5e151
1 changed files with 1 additions and 1 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> <M-p> <Plug>PeepOpen
endif
let &cpo = s:save_cpo