From: R. Steve McKown Date: Sun, 17 Jan 2016 19:34:52 +0000 (-0700) Subject: vim: add change option toggle for Git Gutter (cog) X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=48807f8f9ef4a2f242afc20acc0eccf0afa250b5;p=smckown%2Fdotfiles.git vim: add change option toggle for Git Gutter (cog) --- diff --git a/vim/vimrc b/vim/vimrc index 0826896..f5e903d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -355,6 +355,9 @@ nnoremap cop :DelimitMateSwitch " Rainbow Parenthesis -- off by default but set toggle nnoremap co( :RainbowParenthesesToggle +" Toggle git gutter +nnoremap cog :GitGutterToggle + " mkbuild tools nnoremap e :call mkbuild#DmenuOpen('e') nnoremap x :Unite -buffer-name=xrefs xrefs