Remove ctrlp plugin and use Telescope instead

This commit is contained in:
2021-11-12 14:40:40 +03:00
parent bdbb3fc7eb
commit c96f81670a
3 changed files with 10 additions and 2 deletions

View File

@@ -42,3 +42,6 @@ nnoremap <C-j> :resize -2<CR>
nnoremap <C-k> :resize +2<CR>
nnoremap <C-h> :vert resize -10<CR>
nnoremap <C-l> :vert resize +10<CR>
" Telescope
nnoremap <leader>f :Telescope find_files<CR>