Remove unused mappings and plugins
This commit is contained in:
parent
dc616bd071
commit
19b5de920e
2 changed files with 1 additions and 8 deletions
|
@ -10,13 +10,6 @@ imap <buffer> [[ \begin{<C-x><C-o>
|
|||
imap <buffer> ]] <Plug>(vimtex-delim-close)
|
||||
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
|
||||
|
||||
map <silent> <buffer> <F3> :exec "Ack! -w " . substitute(expand('<cword>'), 'SRC','\\>','')<cr>v:ccl<cr>zR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue