Notice
Recent Posts
Recent Comments
08-23 02:20
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Archives
Today
Total
관리 메뉴

YESHTML5

macOS에서 텍스트편집기 클릭시 바로 빈문서로 나오게 하기 본문

Setup,Util

macOS에서 텍스트편집기 클릭시 바로 빈문서로 나오게 하기

슬/도/아/밤/ 2022. 5. 20. 09:41
반응형

텍스트 편집기 환경설정에서는 그러한 옵션 자체가 없기 때문에 원하는 답을 찾을 수 없습니다. 텍스트 편집기 앱을 실행했을 때 곧바로 빈 문서가 생성되도록 설정하려면 터미널 ( 응용 프로그램 > 유틸리티 > 폴더)을 실행하고 다음 명령을 복사/붙이기 하자.

defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false

 

참고사이트

https://apple.stackexchange.com/questions/21112/in-lion-how-can-i-configure-to-not-automatically-re-open-recent-files-that-were

 

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

 

반응형
Comments