Skip to content

Commit 9ab15a7

Browse files
committed
no change , add ctrl+t to fur
1 parent 8daf9b3 commit 9ab15a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vimrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ set nocompatible " be iMproved
1313
set softtabstop=2
1414
set shiftwidth=2
1515
set expandtab
16+
” config it for change buffer without save it when changed
17+
set hidden "in order to switch between buffers with unsaved change
1618
let mapleader= ","
1719
" EasyMotion_leader_key .
1820
" My Bundles here:
@@ -28,8 +30,10 @@ set nocompatible " be iMproved
2830
" vim-scripts repos
2931
Bundle 'L9'
3032
Bundle 'FuzzyFinder'
33+
map <c-t> :FufCoverageFile!<CR>
3134
" non github repos
32-
Bundle 'git://git.wincent.com/command-t.git'
35+
" if you like it more than fuf, uncomment here
36+
" Bundle 'git://git.wincent.com/command-t.git'
3337
" ...
3438

3539
filetype plugin indent on " required!

0 commit comments

Comments
 (0)