2016-12-02 14:43:47 +00:00
|
|
|
imap <buffer> [[ \begin{<C-x><C-o>
|
2019-05-09 09:16:41 +00:00
|
|
|
imap <buffer> ]] <Plug>(vimtex-delim-close)
|
2016-12-02 14:43:47 +00:00
|
|
|
imap <buffer> [( \left(
|
|
|
|
|
|
|
|
setlocal tw=100
|
2019-05-09 09:16:41 +00:00
|
|
|
|
2019-09-23 07:37:48 +00:00
|
|
|
map <silent> <buffer> <F3> <Plug>(codelines-go-to-def)
|
|
|
|
map <silent> <buffer> <leader>cl :call jobstart(['codelines', '.'])<cr>
|