aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2023-06-13 09:24:17 +0800
committerAaron LI <aly@aaronly.me>2023-06-13 10:02:50 +0800
commit74344cab23abfd18f78a853d98db7e35e2774925 (patch)
treeab983394e6f5aa9b7b499ac0d9faceb2e349ef9f
parentaa3d0863c65aff11b56488e791dd28c1cf7dbd09 (diff)
downloaddotfiles-74344cab23abfd18f78a853d98db7e35e2774925.tar.bz2
vim: Remove <leader>* keymap
-rw-r--r--_vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/_vim/vimrc b/_vim/vimrc
index 3e526be..47ac51b 100644
--- a/_vim/vimrc
+++ b/_vim/vimrc
@@ -300,9 +300,6 @@ inoremap <F1> <Esc>
vnoremap <leader>y "+y
noremap <leader>p "+p
-" Grep the word under cursor
-nnoremap <leader>* :grep! "\b<C-r><C-w>\b"<cr>:cw<cr>
-
" Use the Silver Searcher
if executable("ag")
set grepprg=ag\ --nogroup\ --nocolor