Skip to content

Commit

Permalink
Fix ctrl-p not working in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Feb 24, 2018
1 parent 30170ca commit 97277db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dots/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ endif

if s:has_plugin('vim-easyclip')
let g:EasyClipUseSubstituteDefaults = 0
let g:EasyClipUsePasteDefaults = 0
nmap s <plug>SubstituteOverMotionMap
xmap s <plug>XEasyClipPaste
imap <c-v> <plug>EasyClipInsertModePaste
Expand Down

0 comments on commit 97277db

Please sign in to comment.