diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index ef1cd5d..d8eaec3 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -83,6 +83,10 @@ map b :CtrlPBuffer map f :CtrlPMRUFiles map t :CtrlPTag + +"" Indent Guides +map I :IndentGuidesToggle + "Misc stuff let s:uname='' let s:uname = system('uname | tr -d "\n"') " Get platform name (stripping the trailing newline)