MAC OS
-
zed 편집기 터미널 단축키 등록하기 ("zed" code editor alias for MacOS)Configuration 2024. 3. 5. 16:13
본 글은 Mac OS, zsh shell 기준으로 작성되었음을 알린다.Note: This article is written based on Mac OS and zsh shell.`ZED` 코드 편집기를 설치해준다.Install the ZED code editor.[install Zed for Mac OS](https://zed.dev/downloadiTerms2 또는 Terminal을 연 뒤, 다음과 같이 입력한다.Open iTerm2 or Terminal, then enter the following: # Bash Shell인 경우, vi ~/.bashrc # zsh shell 인경우, or vi ~/.zshrc모르겠다면 echo $SHELL 명..