diff options
| author | jdhao <jdhao@hotmail.com> | 2020-04-29 20:56:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 20:56:55 +0800 |
| commit | 3e5aaa79725108374b55a17f696392c63fc70e10 (patch) | |
| tree | 8c493514a4a65e2ca64ebc60309353a52757ad32 | |
| parent | cfaf341754dc7b9144a2805e8f1f843108bca7c8 (diff) | |
add new mapping to toggle cursorcolumn
| -rw-r--r-- | mappings.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 <silent> <leader>y :%y<CR> + +" Toggle cursor column +nnoremap <silent> <leader>cl :call utils#ToggleCursorCol()<CR> "} |
