내 구성에서는 자동 점프자동 완성기능이 작동하지 않는 것 같습니다. 분명히 말하면 자동 점프는 잘 작동하지만 자동 완성만 작동하지 않습니다.
키를 누르면 <TAB>
자동완성 메뉴가 나오지 않는데, 입력한 디렉터리 이름 부분이 따옴표로 묶여있습니다.
이것이 일어난 일입니다.liba를 입력한 후 <TAB>
키를 여러 번 눌렀습니다.. 나는 /tmp/liba1
sum 을 반복할 수 있는 자동 점프를 좋아했을 것입니다 /tmp/liba2
. 키 /tmp/liba2
를 누를 때만 <ENTER>
나타나는 것이 아닙니다 .
나는 다음을 사용하고 있습니다 :
- Konsole 2.12.4 (KDE 4.12.4) (그러나 xterm에서도 같은 문제가 있습니다)
- 액체 팁
- 헤비스트라이크 4.3.11
- 자동 점프 21.6.9
이것은 내 파일의 맨 아래입니다 .bashrc
.
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
# Liquidprompt
source ~/.liquidprompt/liquidprompt
# Autojump
. /usr/share/autojump/autojump.bash
답변1
분명히 이것은 자동 점프 오류입니다.잘못된 bash 탭 완료 #228. 최신 버전의 자동 점프를 수동으로 설치하면 이 문제를 해결할 수 있습니다.
git clone git://github.com/joelthelion/autojump.git
cd autojump
./install.py
vim ~/.bashrc
# Add line [[ -s /home/fabien/.autojump/etc/profile.d/autojump.sh ]] &&
# source /home/fabien/.autojump/etc/profile.d/autojump.sh