nmap <silent> [og <Plug>IndentGuidesEnable
nmap <silent> ]og <Plug>IndentGuidesDisable
+" quit-another-window {{{2
+nnoremap <silent> <C-W>c <NOP>
+nnoremap <silent> <C-W>cc <C-W>c
+nnoremap <silent> <C-W>ch :Qh<CR>
+nnoremap <silent> <C-W>cl :Ql<CR>
+nnoremap <silent> <C-W>cj :Qj<CR>
+nnoremap <silent> <C-W>ck :Qk<CR>
+
" python-mode {{{2
let g:pymode_rope_completion = 0