How To Find Commits With Code Containing a String

Author: , February 7th, 2020

Money Green

Author: , March 15th, 2016

#216C2A #85bb65

How To Highlight The Active Page Link in MaxMegaMenu

Author: , January 21st, 2016

WordPress Admin -> Mega Menu -> Menu Themes Select the theme to edit, then scroll to the bottom and edit the area for the CSS Editor under Custom Styling. Add the following to affect the Menu Bar type menu:

Use the above pattern to affect other menu types…as always, YMMV.

How To Change The Search Highlight Color In VIM

Author: , October 22nd, 2010

Add the following line to your .vimrc file: [code]hi Search ctermfg=white ctermbg=lightgreen guifg=white guibg=black[/code] Color List Color Schemes Color Scroller Use :noh to clear the last search highlight. Place the following in your ~/.vimrc to map the F3 key to a highlight toggle: [code]nnoremap <F3> :set hlsearch!<CR>[/code]