"--- OBECNÉ --- "neobsahuje to, co můj Vim nějak dělá automaticky: ruler, bs=2, showmode, wrap, nocompatible, showmatch set encoding=utf-8 set mouse=a "umožňuje použití myši set showcmd "ukazuje prováděný command set laststatus=2 "druhý řádek pro commandy set list "$ na konci řádku set dictionary=$vim\dic\tex.dic,$vim\dic\cz.dic set visualbell "visuální alert místo zvukového set number "číslo řádku syntax enable "use filetype-based syntax highlighting, ftplugins, and indentation filetype plugin indent on set tabstop=4 "width that a character displays as set expandtab "convert key-presses to spaces set shiftwidth=4 "number of spaces to use for each step of (auto)indent set softtabstop=4 "backspace after pressing will remove up to this many spaces set autoindent "copy indent from current line when starting a new line set smartindent "even better autoindent (e.g. add indent after '{') set hlsearch "highlightuje vyhledané "set incsearch "hledá automaticky při psaní nnoremap j gj "move vertically by visual line nnoremap k gk "--- OBECNÉ konec --- "--- LATEX --- imap ( () imap [ [] imap { {} imap \| \|vypi imap $ $vypi imap pk \left(\right imap ph \left[\right imap ps \left\{\right\ imap pa \langle \rangle imap sec \section{ imap ssec \subsection{ imap sssec \subsubsection{ imap nsec \section*{ imap nssec \subsection*{ imap nsssec \subsubsection*{ imap par \paragraph{ imap npar \subparagraph{ imap spar \subparagraph{ imap nspar \subparagraph*{ imap bf \textbf{ imap it \textit{ imap sc \textsc{ imap uv \uv{ imap ul \underline{ imap env \begin{\end{ imap itemi \begin{itemize\end{itemizeitem imap enum \begin{enumerate\end{enumerateitemA[ imap descr \begin{description\end{description item imap item \item imap fig \begin{figure\includegraphics{images/\caption{\label{\end{figure imap gather \begin{gather*\end{gather* imap align \begin{align*\end{align* imap aligned \begin{aligned\end{aligned imap sqrt \sqrt{ imap frac \frac{{ imap sum \sum_{^{ imap int \int_{^{ imap lim \lim_{^{ imap imp \implies imap alp \alpha imap bet \beta imap gam \gamma imap del \delta imap the \theta imap eps \varepsilon imap phi \varphi imap lam \lambda imap rho \rho imap pi \pi imap lbl \label{ imap ref \ref{ imap cite \cite{ imap N \mathbb N imap R \mathbb R imap Z \mathbb Z imap Q \mathbb Q imap C \mathbb C imap stack \stackrel{{ imap undb \underbrace{_{\mathclap{ imap canc \cancel{ imap table \begin{tabular{\end{tabular$ imap matrix \begin{pmatrix\end{pmatrix imap def \begin{definice\end{definice imap prik \begin{priklad\end{priklad imap cvic \begin{cviceni\end{cviceni imap res \begin{reseni\end{reseni imap veta \begin{veta\end{vetaA[ imap lem \begin{lemma\end{lemmaA[ imap pozn \begin{poznamka\end{poznamka imap dusl \begin{dusledek\end{dusledek imap axi \begin{axiom\end{axiom imap motiv \begin{motivace\end{motivace imap proof \begin{proof\end{proof "--- LATEX konec --- "--- HTML --- map html i "--- HTML konec ---