Add keybind for file fzf.

This commit is contained in:
Sheldon Lee 2022-12-15 04:23:39 +00:00
parent f666bc37bb
commit fbbaf80b41

View File

@ -37,6 +37,9 @@ autocmd vimenter * ++nested colorscheme gruvbox
set encoding=utf8
set fileencoding=utf8
" Remapping
noremap <C-Space> :Files<Enter>
" plugins
call plug#begin('~/.local/share/nvim/site/plugged')
Plug 'lervag/vimtex'