Kill visual mode maps
I didn't mean to release these, just yet.
This commit is contained in:
parent
9552ad6e23
commit
5179fb3402
@ -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>)
|
||||
|
||||
nmap <buffer> cp <Plug>ForeplayPrint
|
||||
xmap <buffer> cp <Plug>ForeplayPrint
|
||||
nmap <buffer> cpp <Plug>ForeplayPrintab
|
||||
|
||||
nmap <buffer> c! <Plug>ForeplayFilter
|
||||
xmap <buffer> c! <Plug>ForeplayFilter
|
||||
nmap <buffer> c!! <Plug>ForeplayFilterab
|
||||
|
||||
nmap <buffer> cq <Plug>ForeplayEdit
|
||||
|
Loading…
Reference in New Issue
Block a user