1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add new mapping to toggle cursorcolumn

This commit is contained in:
jdhao 2020-04-29 20:56:55 +08:00 committed by GitHub
parent cfaf341754
commit 3e5aaa7972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
"}