开发者

Auto complete behavior in biolinux

开发者 https://www.devze.com 2023-03-30 22:15 出处:网络
Using the terminal under biolinux distro I realized that when I use the tab for auto completion the possible matching options ar开发者_Python百科e displayed under the command line and if I keep \'tabb

Using the terminal under biolinux distro I realized that when I use the tab for auto completion the possible matching options ar开发者_Python百科e displayed under the command line and if I keep 'tabbing' each the options is automatically entered in the command line.

example: I type more + TAB

user@biolinux more                                                       [ 2:01PM]
admin.log     Documents/    missfont.log  Pictures/     Templates/    
Desktop/      Downloads/    Music/        Public/       Videos/    

then press TAB again

user@biolinux more admin.log                                              [ 2:01PM]
admin.log     Documents/    missfont.log  Pictures/     Templates/    
Desktop/      Downloads/    Music/        Public/       Videos/ 

Notice that pressing TAB not only gives the next option for auto complete but also displays a list of the whole options without adding a jumping a new line and printing the list each time I press TAB to the shell.

Apparently the default shell in biolinux is zsh (echo $SHELL). Is this behaviour specific to zsh? Can this be mimicked on bash?


Check out http://grml.org/zsh/zsh-lovers.html and give zsh some love :)

0

精彩评论

暂无评论...
验证码 换一张
取 消