diff --git a/mappings.vim b/mappings.vim index f568f2b..62c118d 100644 --- a/mappings.vim +++ b/mappings.vim @@ -177,4 +177,7 @@ endif " Copy entire buffer. nnoremap y :%y + +" Toggle cursor column +nnoremap cl :call utils#ToggleCursorCol() "}