You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
382 B
17 lines
382 B
6 years ago
|
" General
|
||
|
setlocal cmdheight=1
|
||
|
setlocal colorcolumn=81
|
||
|
setlocal textwidth=80
|
||
|
|
||
|
" Document structuring
|
||
|
nnoremap ;be i\begin{(<>)}<Return><Tab><Return>\end{(<>)}<Esc>kk^
|
||
|
|
||
|
" Text formatting
|
||
|
inoremap ;b \textbf{}(<>)<Esc>T{i
|
||
|
inoremap ;i \textit{}(<>)<Esc>T{i
|
||
|
inoremap ;u \underline{}(<>)<Esc>T{i
|
||
|
inoremap ;e \emph{}(<>)<Esc>T{i
|
||
|
|
||
|
" Next section
|
||
|
noremap <silent> .. <Esc>/(<>)<Enter>"_c4l
|