set noautoindent set ignorecase set ruler set showmatch set showmode "set tabstop=2 "set number "set shiftwidth=2 set hlsearch syntax on set background=dark ab {sys} System.out.println(""); ab {catch} } catch (Exception ex) {} ab {imp} import com.ibm.zurich.loganalyzer.*; map ^i/** * */kA map ^i/* DEBUG: A*/ map ^i/** */bhhi " LaTex Macros: http://www.vim.org/howto/latex.html " ,rl = run latex (on current file) map ,rl :!latex % " ,cps = create ps file (from dvi file of current file) map ,cps :!dvips %<.dvi -o %<.ps:!ghostview %<.ps " ,vdvi = view dvi file map ,vdvi :!xdvi %<.dvi & ab ... \ldots imap {\em}i {\em}i imap {\bf}i {\bf}i imap {\tt}i {\tt}i imap \verb++i \verb++i map! \chapter{ \chapter{}i map! \section{ \section{}i map! \subsection{ \subsection{}i map! \subsubsection{ \subsubsection{}i map! \begin{itemize} \item \begin{itemize}\item \end{itemize}kA map! \begin{enumerate} \item \begin{enumerate}\item \end{enumerate}kA augroup TeX "autocmd FileType tex source $VIM/TeX/texmacro.vim autocmd FileType tex :set nonumber augroup END " File Browser: so ~/vimmacros/browser.mac " File : findfile.vim "so ~/vimmacros/findfile.mac " File : Snort so ~/vimmacros/snort.vim