Notice
Recent Posts
Recent Comments
08-23 02:20
YESHTML5
macOS에서 텍스트편집기 클릭시 바로 빈문서로 나오게 하기 본문
반응형
텍스트 편집기 환경설정에서는 그러한 옵션 자체가 없기 때문에 원하는 답을 찾을 수 없습니다. 텍스트 편집기 앱을 실행했을 때 곧바로 빈 문서가 생성되도록 설정하려면 터미널 ( 응용 프로그램 > 유틸리티 > 폴더)을 실행하고 다음 명령을 복사/붙이기 하자.
defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
참고사이트
In Lion, how can I configure to not automatically re-open recent files that weren't closed?
For example: I opened some files in Excel, then I close Excel, without close each file (ex.: command + Q). In the next time that I will open Excel, it is going to open my recent files that weren't ...
apple.stackexchange.com
반응형
'Setup,Util' 카테고리의 다른 글
macOS Monterey에서 한/영 전환키 Shift+Space로 안될 때 (0) | 2022.05.30 |
---|---|
VSCode ESLINT 적용 (0) | 2022.05.25 |
[GA4] 애널리틱스 탐색 방법 (현재 유니버설 or GA4) 확인 (0) | 2022.05.18 |
애플 아이디 2중인증 전화번호추가 (0) | 2022.04.04 |
Mac 터미널 환경 이쁘게 만들어보자. (0) | 2018.12.18 |
Comments