
터미널에서 TAB키로 파일이름 완성시킬때 파일들을 순환하며 선택할 수 있도록 해줄 수 있다.
~/.inputrc 파일을 만들고 다음의 내용을 넣어준다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set completion-ignore-case on | |
set show-all-if-ambiguous on | |
TAB: menu-complete | |
# history search | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward |
zsh 을 사용하면 기본으로 쓸 수 있는데, bash 에서는 옵션인가보다.
출처: OSX Daily
댓글 없음:
댓글 쓰기