Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi-mode intuitive history searching
- X-seq: zsh-users 12371
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: vi-mode intuitive history searching
- Date: Thu, 27 Dec 2007 10:23:19 -0800
- In-reply-to: <20071226221058.GE22267@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071220185848.GI14122@xxxxxxxxxxxxxxxx> <20071221183801.5eac1e26.p.w.stephenson@xxxxxxxxxxxx> <20071226221058.GE22267@xxxxxxxxxxxxxxxx>
On Dec 26, 2:10pm, Micah Elliott wrote:
}
} So yes, something is screwy. I think it's this:
}
} % bindkey
} ...
} "^[/" _history-complete-older
}
} I have no idea where that cam from, but...
You've run "compinit" which loads the completion system. A few parts of
that create new keybindings, all of which assume "bindkey -e" ... whereas
you're using vi-mode bindings.
If you move "compinit" to earlier in your startup files so that it is
done before "bindkey -v" you may have somewhat better luck.
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author