aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2014-07-04 15:19:04 +0600
committerAnton Bobov <abobov@gmail.com>2014-07-04 15:51:07 +0600
commitfc24849236c507230681db78c6d313a86e9cb8f0 (patch)
tree608beaa6df4bdcd4ec4df92bffe215d1b6eb65c2 /files/.vimrc
parented76d53eab315f91163b295c9dba74b5eab6bf61 (diff)
Add FuzzyFinder vim plugin.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index d970839..0993a29 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -1,4 +1,4 @@
-" vim: spell spelllang=ru,en :
+" vim: spell spelllang=ru,en foldmethod=marker :
" Установить режим не совместимый с Vi
set nocompatible
language C
@@ -209,3 +209,8 @@ let s:local_vimrc=$MYVIMRC . ".local"
if filereadable(s:local_vimrc)
silent! execute ':source ' . s:local_vimrc
endif
+
+" Fuzzy Finder {{{1
+nnoremap '. :FufFileWithCurrentBufferDir<CR>
+nnoremap 'f :FufFile<CR>
+nnoremap 'k :FufBuffer<CR>