vim: add <leader>I to toggle indent guides

feature/symbol-search
bretello 2021-01-07 16:14:41 +01:00
parent a6997cc37c
commit 6b97913926
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ map <leader>b :CtrlPBuffer<CR>
map <leader>f :CtrlPMRUFiles<CR>
map <leader>t :CtrlPTag<CR>
"" Indent Guides
map <leader>I :IndentGuidesToggle<CR>
"Misc stuff
let s:uname=''
let s:uname = system('uname | tr -d "\n"') " Get platform name (stripping the trailing newline)