본문 바로가기

Linux

vim 파일 목록 보기

VIM 확장 중에서 BufExplorer 설치하시고

코드:
:nnoremap <silent> <F6> :BufExplorer<CR>


F6 누르면 현재 연 파일들 목록이 쭉 나옵니다.