augroup fugitive_gstatus
au!
+ autocmd User FugitiveIndex setlocal winfixheight
autocmd User FugitiveIndex nmap <buffer> <leader><space> =
augroup end
" switch
let g:switch_mapping = "<Leader>s"
+let g:switch_custom_definitions = [
+ \ ['yes', 'no']
+ \ ]
" spellrotate
nmap <silent> z] <Plug>(SpellRotateForward)