From 6fabf41f6ef9f1d26fe6c1e88d848d8e2d72ac0d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 7 Aug 2016 18:22:39 +0100 Subject: Add cmaps for and --- vim/.vim/after/ftplugin/tex/mappings.vim | 3 ++- vim/.vimrc | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/.vim/after/ftplugin/tex/mappings.vim b/vim/.vim/after/ftplugin/tex/mappings.vim index 939af68..9da769b 100644 --- a/vim/.vim/after/ftplugin/tex/mappings.vim +++ b/vim/.vim/after/ftplugin/tex/mappings.vim @@ -36,9 +36,10 @@ iabbrev gD \Delta iabbrev gT \Theta iabbrev gL \Lambda iabbrev gX \Xi -iabbrev gF \Phi iabbrev gP \Pi +iabbrev gS \Sigma iabbrev gW \Omega +iabbrev gF \Phi nnoremap i :VimtexCompile nnoremap e :VimtexErrors diff --git a/vim/.vimrc b/vim/.vimrc index 8709521..3e2d84d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -30,6 +30,7 @@ Plug 'justinmk/vim-sneak' Plug 'klen/python-mode' Plug 'lervag/vimtex' Plug 'majutsushi/tagbar' +Plug 'mhinz/vim-startify' Plug 'mileszs/ack.vim' Plug 'nanotech/jellybeans.vim' Plug 'rdnetto/YCM-Generator', { 'branch' : 'stable' , 'on' : 'YcmGenerateConfig' } @@ -269,6 +270,11 @@ nnoremap + za nnoremap h nnoremap fw :%s/\s\+$// +cnoremap +cnoremap +cnoremap +cnoremap + "" Colorscheme let g:seoul256_background =235 silent! colo $COLORSCHEME -- cgit v1.2.3