There is a built-in file explorer in Vim, these lines in .vimrc set it to F5 keyboard button
Code:
" Toggle file explorer.nnoremap <silent> <F5> :<C-U>Lex<C-M>2j:vertical resize 20<C-M>inoremap <silent> <F5> <C-[>:<C-U>Lex<C-M>2j:vertical resize 20<C-M>cnoremap <silent> <F5> <C-[>:<C-U>Lex<C-M>2j:vertical resize 20<C-M>
Statistics: Posted by LinuxOS — 2024-09-28 00:09 — Replies 1 — Views 30