We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daf9b3 commit 9ab15a7Copy full SHA for 9ab15a7
vimrc
@@ -13,6 +13,8 @@ set nocompatible " be iMproved
13
set softtabstop=2
14
set shiftwidth=2
15
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
18
let mapleader= ","
19
" EasyMotion_leader_key .
20
" My Bundles here:
@@ -28,8 +30,10 @@ set nocompatible " be iMproved
28
30
" vim-scripts repos
29
31
Bundle 'L9'
32
Bundle 'FuzzyFinder'
33
+ map <c-t> :FufCoverageFile!<CR>
34
" non github repos
- 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'
37
" ...
38
39
filetype plugin indent on " required!
0 commit comments