"Vim NERDTree 파일 브라우저 너비 기본값 변경"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
==개요==
;Vim NERDTree, 파일 브라우저 너비 기본값 변경
;Vim NERDTree, 파일 브라우저 너비 기본값 변경
;Vim NERDTree, Setting the default value of file browser  
;Vim NERDTree, Setting the default file browser width value


== 문법==
== 문법==

2018년 7월 16일 (월) 01:08 판

1 개요

Vim NERDTree, 파일 브라우저 너비 기본값 변경
Vim NERDTree, Setting the default file browser width value

2 문법

.vimrc 파일에 아래 설정을 추가하면 된다.

let g:NERDTreeWinSize=N
→ 숫자 N 만큼의 너비가 초기값으로 설정된다.

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}