Setup,Util
macOS에서 텍스트편집기 클릭시 바로 빈문서로 나오게 하기
슬/도/아/밤/
2022. 5. 20. 09:41
반응형
텍스트 편집기 환경설정에서는 그러한 옵션 자체가 없기 때문에 원하는 답을 찾을 수 없습니다. 텍스트 편집기 앱을 실행했을 때 곧바로 빈 문서가 생성되도록 설정하려면 터미널 ( 응용 프로그램 > 유틸리티 > 폴더)을 실행하고 다음 명령을 복사/붙이기 하자.
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
반응형