summaryrefslogtreecommitdiff
path: root/plugin/plugin_unite.vim
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-22 14:24:54 +0100
committerache <ache@ache.one>2018-02-22 14:24:54 +0100
commit42b26a34889bf150f677ef6584d81509fa776339 (patch)
treed1b3d29705342cbdd09db469b56583e055c3415a /plugin/plugin_unite.vim
parentJS support (diff)
[BIG] Clean up the config
Diffstat (limited to 'plugin/plugin_unite.vim')
-rwxr-xr-xplugin/plugin_unite.vim15
1 files changed, 0 insertions, 15 deletions
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 <C-p> :Unite -start-insert file_rec/async<CR>
-" Find pattern in current directory
-nnoremap <Space>/ :Unite grep:.<CR>
-" Search in buffers
-nnoremap <Space>s :Unite buffer<CR>
-
-" Search word under cursor
-noremap <silent> <Space>* :Unite grep:.::<C-R><C-w><CR>
-
-let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""'