JaredVogt / vimrc

CONFIG: my vimrc
0 stars 0 forks source link

Mapping problem with cursorline/cursorcolumn #1

Open JaredVogt opened 8 years ago

JaredVogt commented 8 years ago

nnoremap <Leader>c :set cursorline! cursorcolumn!<CR> I can manually do a :set cursorline! and it works fine - not sure what I am doing wrong.