Plugin 'gmarik/vundle'
+Plugin 'AndrewRadev/switch.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'bling/vim-airline'
Plugin 'chrisbra/checkattach'
Plugin 'tomtom/tcomment_vim'
Plugin 'tpope/vim-abolish'
Plugin 'tpope/vim-endwise'
+Plugin 'tpope/vim-eunuch'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-repeat'
-Plugin 'tpope/vim-surround'
+Plugin 'tpope/vim-surround' "investigate vim-sandwich
Plugin 'tpope/vim-unimpaired'
+Plugin 'tweekmonster/spellrotate.vim'
Plugin 'valloric/youcompleteme'
+Plugin 'vim-scripts/mediawiki.vim'
Plugin 'vim-scripts/replacewithregister'
Plugin 'vim-scripts/yankring.vim'
Plugin 'kana/vim-textobj-user'
Plugin 'julian/vim-textobj-variable-segment'
Plugin 'sgur/vim-textobj-parameter'
+Plugin 'kana/vim-operator-user'
" ros
Plugin 'ompugao/ros.vim'
" staging
" find an alternative (latex-box? Automatic Latex Plugin?)
Plugin 'vim-latex/vim-latex'
-Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'alx741/vinfo'
-Plugin 'vim-scripts/mediawiki.vim'
Plugin 'derekwyatt/vim-protodef'
" needs editing colorscheme
" Plugin 'jeaye/color_coded'
" Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
+Plugin 'wincent/loupe'
call vundle#end()
set ttymouse=xterm " type of mouse
" messages and info {{{2
-set showcmd " Show (partial) command in status line.
-set ruler " show the cursor position all the time
-set confirm " Ask what to do when closing unsaved documents
-set shortmess=filnxtoOI " don't show intro message
+set showcmd " Show (partial) command in status line.
+set ruler " show the cursor position all the time
+set confirm " Ask what to do when closing unsaved documents
+set shortmess= " reset option
+set shortmess+=a " all abbreviations
+set shortmess+=o " overwrite file-written message
+set shortmess+=O " file-read message overrides previous
+set shortmess+=t " truncate file message at start
+set shortmess+=T " truncate other messages in the middle
+set shortmess+=W " don't give 'written' or '[w]' when writing a file
+set shortmess+=A " ignore swapfile warning
+set shortmess+=I " no splash screen
" editing text {{{2
set backspace=indent,eol,start " allow backspacing over everything in insert mode
" bindings {{{1
-" allow both <space> and / to be <leader>
+" allow both <space> and \ to be <leader>
map <space> <leader>
" make
\ 'GotoPrevSpotAlpha' : "",
\ }
+" switch
+let g:switch_mapping = "<Leader>s"
+
+" spellrotate
+nmap <silent> z] <Plug>(SpellRotateForward)
+nmap <silent> z[ <Plug>(SpellRotateBackward)
+vmap <silent> z] <Plug>(SpellRotateForwardV)
+vmap <silent> z[ <Plug>(SpellRotateBackwardV)
+
" synastic {{{2
let g:syntastic_enable_highlighting = 0
let g:syntastic_error_symbol='E'
let g:tagbar_width = 25
let g:tagbar_iconchars = ['+', '-']
+" tcomments {{{2
+let g:tcommentTextObjectInlineComment = 'gic'
+
" ultisnips {{{2
let g:UltiSnipsEditSplit = 'vertical'
let g:UltiSnipsSnippetsDir = expand("$XDG_CONFIG_HOME/vim/ultisnips")
nnoremap [unite] <Nop>
nmap <leader>u [unite]
+nnoremap [unite]u :UniteResume<CR>
" unite-grep {{{3
" seems not respected