Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: GLOB_COMPLETE and numbered directories
- X-seq: zsh-users 20030
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: GLOB_COMPLETE and numbered directories
- Date: Thu, 19 Mar 2015 18:21:27 -0700
- In-reply-to: <20150319231849.GD2653@tarsus.local2>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20150319073238.GN3548@tarsus.local2> <150319090612.ZM18787@torch.brasslantern.com> <20150319231849.GD2653@tarsus.local2>
On Mar 19, 11:18pm, Daniel Shahaf wrote:
}
[RE completeinword]
} It seems to work if I use <Left-arrow> to move the cursor, but not if
} I use <M-b> to move the cursor. Details:
}
} If I type "cat 1a/iota<Left><Left><Left><Left><Left><Left><TAB>", I get
} "10a/iota" and "11a/iota" offered below the input line (as in the second
} <TAB> press in your description).
}
} However, if I type "cat 1a/iota<M-b><Left><Left><TAB>", nothing happens,
} even if I press <TAB> a few more times.
I can't reproduce this with "zsh -o globcomplete -o completeinword -f"
(and then compinit).
On the other hand <M-b> takes me all the way to "1" so I have to type
"cat 1a/iota<M-b><Right>" to get to the correct place to TAB. So you
must have a diferent binding for M-b or a modified $WORDCHARS.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author