mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: add cursorcolum toggle shortcut (<leader>i)
This commit is contained in:
parent
ef244d81e2
commit
b249ed88f3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user