1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-21 16:48:35 +02:00

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

This commit is contained in:
bretello 2021-12-09 10:19:36 +01:00
parent ef244d81e2
commit b249ed88f3

View File

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