X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=27e8d3fcde19493b1ff910d573d23f55ada1ead1;hp=af9b51be3c89a7c1334a02648884609cc40b8198;hb=d009b280d27991bba1fe21e1a8c566e60b2a6b86;hpb=75bac811382211165c48a6c9abd2367db8bfd823 diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index af9b51b..27e8d3f 100644 --- a/dotfiles/vim/.vimrc +++ b/dotfiles/vim/.vimrc @@ -233,14 +233,6 @@ let g:LatexBox_latexmk_options="-pvc" au Filetype tex set smartindent -au Filetype tex map! ,b \begin{}i -au Filetype tex map! ,e :call TexClosePrev(0)a -au Filetype tex map! ,i \begin{itemize}\end{itemize}O\item -au Filetype tex map! ,f \begin{frame}\end{frame}O\frametitle{ -au Filetype tex map! ,p \begin{figure}\end{figure}O\centering\includegraphics{ - - - if version >= 700 au Filetype tex set spell endif @@ -286,7 +278,7 @@ au Filetype gnuplot map :call OpenIn("gnuplot -persist") """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" let g:ycm_min_num_of_chars_for_completion = 999 - +let g:ycm_key_list_select_completion = ['']