Skip to content

Commit

Permalink
escape is now the nohlsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
toranb committed May 9, 2014
1 parent 346e5f2 commit d83a056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ let g:rbpt_colorpairs = [
\ ]
let g:rbpt_max = 16
let g:rbpt_loadcmd_toggle = 0
nnoremap <Esc> :nohlsearch<CR>
function! RenewTagsFile()
exe 'silent !rm -rf .ctags'
exe 'silent !ctags -a -Rf .ctags --languages=javascript --exclude=.git --exclude=*.min.js --exclude=node_modules 2>/dev/null'
Expand Down

0 comments on commit d83a056

Please sign in to comment.