Hide highlight cmd

This commit is contained in:
Kevin Cotugno 2017-06-22 13:24:26 -07:00
parent 6a547a9d03
commit e6b9b0964e

View File

@ -105,6 +105,9 @@ nmap <leader>tt :tabnew<CR>
nmap <leader>tn :tabnext<CR>
nmap <leader>tp :tabprevious<CR>
" Misc
nmap <leader>h :noh<CR>
" Plugin configuration
" ctrlp
let g:ctrlp_custom_ignore = '\v(node_modules|\.git|tmp)$'