Created
December 10, 2016 02:51
-
-
Save RobbieClarken/b9a7b7c98eb47d1c7d7be663316baf54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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