summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/_vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc
index c79f0e3..f500e3d 100644
--- a/shell/_vimrc
+++ b/shell/_vimrc
@@ -103,3 +103,6 @@ nmap <leader>o :ProjectOpen<cr>
" toggle gundo
nnoremap <leader>u :GundoToggle<CR>
+
+" turn off search highlight
+nnoremap <leader><space> :nohlsearch<CR>