How to.
iterm2 자동 완성 플러그인 적용하기(zsh-autosuggestions)
임채성
2022. 9. 20. 21:15
설정 방법:https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
- item2에 아래 코드를 실행해 플러그인을 설치합니다.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions - vi ~/.zshrc plugins를 입력하여 .zshrc 파일을 수정할 수 있는 vi 환경으로 이동합니다.
- plugins에 zsh-autosuggestions를 아래와 같이 추가합니다.
이후 읽기모드에서 :wq를 입력하여 나오시면됩니다.
iterm2를 껐다 켜보면 잘 실행됩니다!