vimrc: remove ack.vim stuff

master
an 2019-05-01 00:23:05 -04:00
parent be7bd398ce
commit 114880b5a8
1 changed files with 3 additions and 4 deletions

7
vimrc
View File

@ -207,6 +207,9 @@ fu! s:CloseEmptyBuffers()
en
endf
" Find
com! -nargs=+ -complete=file -bar Gr sil! gr! "<Args>"|cw
" Autocommands ---------------------------------------------------------------|
" Strip whitespace
@ -274,9 +277,6 @@ nn <Leader>f zfa{
" Spellcheck toggle
nn <Leader>q :setl spell!<CR>
" Use ag
nn <Leader>a :Ack!
" Map emoji
nn <Leader>E :%s/:\([^:]\+\):/\=emoji#for(submatch(1), submatch(0))/g<CR>
@ -364,7 +364,6 @@ vn <PageUp> <Nop>
nm cr <Plug>(abolish-coerce-word)
" find
com! -nargs=+ -complete=file -bar Gr sil! gr! "<Args>"|cw
nn KK :Gr \b<C-r><C-w>\b<CR>
nn Kk :Gr<Space>