mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
changed PeepOpen map to Alt+p
This commit is contained in:
parent
d40ffa27f6
commit
6240a5e151
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user