mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21: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
|
"" 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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user