Slashdot Mirror


User: theokayplus

theokayplus's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Need a way to un-highlight on (Useful) Stupid Vim Tricks? · · Score: 1

    To unhighlight a search term, use :nohl. I have it bound to a key in my .vimrc:
    map <F1> :nohl <CR>