-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vimrc
49 lines (47 loc) · 1.58 KB
/
.vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
:inoremap APN \ac{PN}
:inoremap APNS \acp{PN}
:inoremap APPN \ac{PPN}
:inoremap APPNS \acp{PPN}
:inoremap AWSTS \ac{WSTS}
:inoremap AWSTSS \acp{WSTS}
:inoremap AEEC \ac{EEC}
:inoremap KM<space> Karp and Miller<space>
:inoremap KMA<space> Karp and Miller algorithm<space>
:inoremap \m1 \mar_1
:inoremap \m2 \mar_2
:inoremap \mp \marp
:inoremap prblm<space> problem<space>
:inoremap cp<space> coverability problem<space>
:inoremap algo<space> algorithm<space>
:inoremap algos<space> algorithms<space>
:inoremap incscs<space> increasing self-covering sequence<space>
:inoremap scs<space> self-covering sequence<space>
:inoremap ITE \begin{itemize}o\end{itemize}O\item<space>
:inoremap ENU \begin{enumerate}o\end{enumerate}O\item<space>
:inoremap THEO \begin{theo}o\end{theo}O\label{}itheo:
:inoremap DEFI \begin{defi}o\end{defi}O\label{}idefi:
:inoremap LEMM \begin{lemm}[]o\end{lemm}O\label{}itheo:
:inoremap -<space><space> \item<space>
:inoremap PNs<space> \acp{PN}<space>
:inoremap PPNs<space> \acp{PPN}<space>
:inoremap PN<space> \ac{PN}<space>
:inoremap PPN<space> \ac{PPN}<space>
:let @s='v%c{}Px%lxh%l'
:let @c='v%c[]Px%lxh%l'
:let @p='v%c()Px%lxh%l'
:let @d='c{}P`<v`>ll'
:let @v='c[]P`<v`>ll'
:let @o='c()P`<v`>ll'
:let @n='f{v%x`<xdF\`>'
:let @f='il%hxI\setComplx:s/ \?\\mid \?/}{/^d0k$J'
:let @v='/\\vect\>de@p'
:let @g='/\\\(kmacc\|na\|ab\|effect\|labt\?\|maxp\|maxs\|upc\|downc\|minp\|op\|cover\|pres\?\|posts\?\|tts\)(lveguel@s'
:let @h='/\\\(inm\|matIS\|matOS\|inw\[t\]\|outw\[t\]\)(lgu el@c'
:set spell spelllang=en_gb
:syntax spell toplevel
:let g:tex_comment_nospell= 1