From 42b26a34889bf150f677ef6584d81509fa776339 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 22 Feb 2018 14:24:54 +0100 Subject: [BIG] Clean up the config --- plugin/plugin_unite.vim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 plugin/plugin_unite.vim (limited to 'plugin/plugin_unite.vim') diff --git a/plugin/plugin_unite.vim b/plugin/plugin_unite.vim deleted file mode 100755 index 21e8861..0000000 --- a/plugin/plugin_unite.vim +++ /dev/null @@ -1,15 +0,0 @@ -" plugin_unite.vim - -" Bindings - -" Search files in current dir -nnoremap :Unite -start-insert file_rec/async -" Find pattern in current directory -nnoremap / :Unite grep:. -" Search in buffers -nnoremap s :Unite buffer - -" Search word under cursor -noremap * :Unite grep:.:: - -let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""' -- cgit v1.2.3