hook up the fuzzy finder
This commit is contained in:
parent
72090583ec
commit
51e92ffff3
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -39,8 +39,10 @@ autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
|
||||||
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
|
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
|
||||||
autocmd FileType xml setlocal et ts=2 sw=2
|
autocmd FileType xml setlocal et ts=2 sw=2
|
||||||
|
|
||||||
|
nmap \\ :noh<CR>
|
||||||
nmap <F4> :set spell!<CR>
|
nmap <F4> :set spell!<CR>
|
||||||
nmap <F3> :set list!<CR>
|
nmap <F3> :set list!<CR>
|
||||||
|
nmap <F2> :FZF<CR>
|
||||||
set listchars=tab:▸\ ,eol:¬,space:·
|
set listchars=tab:▸\ ,eol:¬,space:·
|
||||||
|
|
||||||
" vim-plug, https://github.com/junegunn/vim-plug
|
" vim-plug, https://github.com/junegunn/vim-plug
|
||||||
|
@ -55,6 +57,7 @@ Plug 'https://github.com/peterhoeg/vim-qml'
|
||||||
Plug 'https://github.com/rust-lang/rust.vim'
|
Plug 'https://github.com/rust-lang/rust.vim'
|
||||||
Plug 'https://github.com/cespare/vim-toml'
|
Plug 'https://github.com/cespare/vim-toml'
|
||||||
Plug 'https://github.com/arrufat/vala.vim'
|
Plug 'https://github.com/arrufat/vala.vim'
|
||||||
|
Plug 'https://github.com/junegunn/fzf'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" addtional stuff....
|
" addtional stuff....
|
||||||
|
|
Loading…
Reference in a new issue