vim: add cursorcolum toggle shortcut (<leader>i)

pull/6/head
bretello 2021-12-09 10:19:36 +01:00
parent ef244d81e2
commit b249ed88f3
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ map <leader>hc :HiColumn<CR>
"" Indent Guides
map <leader>I :IndentGuidesToggle<CR>
map <leader>i :set cursorcolumn!<CR>
"" Goyo
nmap <leader>za :Goyo 80%x85%<CR>