From 74344cab23abfd18f78a853d98db7e35e2774925 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 13 Jun 2023 09:24:17 +0800 Subject: vim: Remove * keymap --- _vim/vimrc | 3 --- 1 file changed, 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 vnoremap y "+y noremap p "+p -" Grep the word under cursor -nnoremap * :grep! "\b\b":cw - " Use the Silver Searcher if executable("ag") set grepprg=ag\ --nogroup\ --nocolor -- cgit v1.2.2