본문 바로가기
my_lesson/_Vi

Vi - NERDTree 사용법

by boolean 2019. 1. 11.
728x90

Vi - NERDTree Creating a new file or directory

NERDTree 새파일 또는 디렉토리 만들기

 

First, bring up NERDTree and navigate to the directory where you want to create the new file. 

먼저 NERDTree를 불러 와서 새 파일을 만들 디렉토리로 이동합니다.

VIM 명령모드 에서(ESC 버튼 다운)   : NERDTree    <---- 실행

 

Press m to bring up the NERDTree Filesystem Menu. This menu allows you to create, rename, and delete files and directories. 

m을 눌러 NERDTree 파일 시스템 메뉴를 불러옵니다. 이 메뉴를 사용하여 파일과 디렉토리를 만들고, 이름을 바꾸고, 삭제할 수 있습니다.

 

Type a to add a child node and then simply enter the filename. 

a를 입력하여 자식 노드를 추가 한 다음 파일 이름 만 입력하면됩니다.

 

You’re done! To create a directory follow the same steps but append a / to the filename.

끝났습니다! 디렉토리를 만들려면 동일한 단계를 따르되 파일 이름에 /를 추가합니다.

 

NERDTree 사용법

u - 현재 작업 디렉터리의 상위 디렉토리로 이동한다
C(shift+c) - 현재 작업 디렉터리를 커서에있는 디렉터리로 변경한다.
r - 새로고침
i - 새창에 해당 커서에 있는 파일 연다(상하창 분할해서 연다)
s - 새창에 해당 커서에 있는 파일 연다(죄우창 분할해서 연다)
t - 새탭에 해당 커서에 있는 파일 연다

댓글