diff --git a/nvim/init.vim b/nvim/init.vim index fbb0156..1074556 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -24,6 +24,9 @@ nnoremap :set number! relativenumber! " show the effects of a command incrementally, as you type set inccommand=nosplit +" highlight the cursor line, toggle with \c +nnoremap c :set cursorline! + " clear highlighting with escape key nnoremap :noh