Skip to content

Instantly share code, notes, and snippets.

@RobbieClarken
Created December 10, 2016 02:51
Show Gist options
  • Save RobbieClarken/b9a7b7c98eb47d1c7d7be663316baf54 to your computer and use it in GitHub Desktop.
Save RobbieClarken/b9a7b7c98eb47d1c7d7be663316baf54 to your computer and use it in GitHub Desktop.
" Try out different colours
let x=0
nnoremap <Left> :let x-=1 \| exe 'highlight CursorLine cterm=NONE ctermbg='.x \| echo x<cr>
nnoremap <Right> :let x+=1 \| exe 'highlight CursorLine cterm=NONE ctermbg='.x \| echo x<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment