Kill visual mode maps

I didn't mean to release these, just yet.
This commit is contained in:
Tim Pope 2012-12-09 14:20:19 -05:00
parent 9552ad6e23
commit 5179fb3402
1 changed files with 0 additions and 2 deletions

View File

@ -586,11 +586,9 @@ function! s:setup_eval() abort
command! -buffer -bang -range=0 -nargs=? -complete=customlist,foreplay#eval_complete Eval :exe s:Eval(<bang>0, <line1>, <line2>, <count>, <q-args>) command! -buffer -bang -range=0 -nargs=? -complete=customlist,foreplay#eval_complete Eval :exe s:Eval(<bang>0, <line1>, <line2>, <count>, <q-args>)
nmap <buffer> cp <Plug>ForeplayPrint nmap <buffer> cp <Plug>ForeplayPrint
xmap <buffer> cp <Plug>ForeplayPrint
nmap <buffer> cpp <Plug>ForeplayPrintab nmap <buffer> cpp <Plug>ForeplayPrintab
nmap <buffer> c! <Plug>ForeplayFilter nmap <buffer> c! <Plug>ForeplayFilter
xmap <buffer> c! <Plug>ForeplayFilter
nmap <buffer> c!! <Plug>ForeplayFilterab nmap <buffer> c!! <Plug>ForeplayFilterab
nmap <buffer> cq <Plug>ForeplayEdit nmap <buffer> cq <Plug>ForeplayEdit