Skip to content
Snippets Groups Projects
  • Brian Mattern's avatar
    bdc0960d
    Skip directories in zsh completion · bdc0960d
    Brian Mattern authored
    this allows the full entry to be completed with a single tab if there is
    only one entry in a folder
    
    e.g., given:
    
     amazon.com
         user at domain.com
     google.com
         user1
         user2
    
    `pass am<tab>` -> `pass amazon.com/user at domain.com`
    
    while
    
    `pass goo<tab>` -> `pass google.com/`
    
    (previously, the amazon completion would have stopped at amazon.com
    despite only a single entry existing)
    bdc0960d
    History
    Skip directories in zsh completion
    Brian Mattern authored
    this allows the full entry to be completed with a single tab if there is
    only one entry in a folder
    
    e.g., given:
    
     amazon.com
         user at domain.com
     google.com
         user1
         user2
    
    `pass am<tab>` -> `pass amazon.com/user at domain.com`
    
    while
    
    `pass goo<tab>` -> `pass google.com/`
    
    (previously, the amazon completion would have stopped at amazon.com
    despite only a single entry existing)