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:
parent
cfaf341754
commit
3e5aaa7972
@ -177,4 +177,7 @@ endif
|
|||||||
|
|
||||||
" Copy entire buffer.
|
" Copy entire buffer.
|
||||||
nnoremap <silent> <leader>y :%y<CR>
|
nnoremap <silent> <leader>y :%y<CR>
|
||||||
|
|
||||||
|
" Toggle cursor column
|
||||||
|
nnoremap <silent> <leader>cl :call utils#ToggleCursorCol()<CR>
|
||||||
"}
|
"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user