Remove unused mappings and plugins
This commit is contained in:
parent
dc616bd071
commit
19b5de920e
|
@ -10,13 +10,6 @@ imap <buffer> [[ \begin{<C-x><C-o>
|
||||||
imap <buffer> ]] <Plug>(vimtex-delim-close)
|
imap <buffer> ]] <Plug>(vimtex-delim-close)
|
||||||
imap <buffer> [( \left(
|
imap <buffer> [( \left(
|
||||||
|
|
||||||
nmap <buffer> <F5> <Plug>LatexChangeEnv
|
|
||||||
vmap <buffer> <leader>tw <Plug>LatexWrapSelection
|
|
||||||
vmap <buffer> <leader>tW <Plug>LatexEnvWrapSelection
|
|
||||||
|
|
||||||
map <silent> <buffer> <F10> :exec "silent !xdg-open" expand("%:t:r") . ".pdf &>/dev/null"<cr><C-l>
|
|
||||||
map <silent> <buffer> <expr> <F9> vimproc#system_bg("latexmk " . expand("%") . " &")
|
|
||||||
|
|
||||||
setlocal tw=100
|
setlocal tw=100
|
||||||
|
|
||||||
map <silent> <buffer> <F3> :exec "Ack! -w " . substitute(expand('<cword>'), 'SRC','\\>','')<cr>v:ccl<cr>zR
|
map <silent> <buffer> <F3> :exec "Ack! -w " . substitute(expand('<cword>'), 'SRC','\\>','')<cr>v:ccl<cr>zR
|
||||||
|
|
|
@ -57,7 +57,7 @@ Plug 'derekwyatt/vim-fswitch'
|
||||||
|
|
||||||
|
|
||||||
"Scala
|
"Scala
|
||||||
Plug 'derekwyatt/vim-scala'
|
Plug 'crater2150/vim-scala', { 'branch': 'indent-fix' }
|
||||||
|
|
||||||
" Rust
|
" Rust
|
||||||
Plug 'racer-rust/vim-racer'
|
Plug 'racer-rust/vim-racer'
|
||||||
|
|
Loading…
Reference in a new issue