From b249ed88f3c6a35d38ed833cf94deb5d78315457 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 9 Dec 2021 10:19:36 +0100 Subject: [PATCH] vim: add cursorcolum toggle shortcut (i) --- vim/shortcuts.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 2f7c612..340567f 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -113,6 +113,7 @@ map hc :HiColumn "" Indent Guides map I :IndentGuidesToggle +map i :set cursorcolumn! "" Goyo nmap za :Goyo 80%x85%