Add keybind for file fzf.
This commit is contained in:
parent
f666bc37bb
commit
fbbaf80b41
@ -37,6 +37,9 @@ autocmd vimenter * ++nested colorscheme gruvbox
|
|||||||
set encoding=utf8
|
set encoding=utf8
|
||||||
set fileencoding=utf8
|
set fileencoding=utf8
|
||||||
|
|
||||||
|
" Remapping
|
||||||
|
noremap <C-Space> :Files<Enter>
|
||||||
|
|
||||||
" plugins
|
" plugins
|
||||||
call plug#begin('~/.local/share/nvim/site/plugged')
|
call plug#begin('~/.local/share/nvim/site/plugged')
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
|
Loading…
Reference in New Issue
Block a user