Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Duplicating TRANSIENT_RPROMPT for left PROPMT?
On Wed, Oct 30, 2013 at 1:51 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>wrote:
> What's the output of
>
> zle -l -L
>
I tried grabbing the latest tarball from the website and compiling it, but
the results are the same:
~| /usr/local/bin/zsh -x
+/home/jhathaway/.zshrc:1> PS1='%~ '
+/home/jhathaway/.zshrc:2> vim_ins_mode='
-- INSERT --'
+/home/jhathaway/.zshrc:3> vim_cmd_mode='
-- COMMAND --'
+/home/jhathaway/.zshrc:10> zle -N zle-keymap-select
+/home/jhathaway/.zshrc:11> zle -N zle-line-init zle-keymap-select
+/home/jhathaway/.zshrc:20> zle -N zle-line-finish
~ zle -l -L
+/usr/local/bin/zsh:1> zle -l -L
zle -N zle-keymap-select
zle -N zle-line-finish
zle -N zle-line-init zle-keymap-select
~
~
Any other debugging thoughts would be great, I'm at a lost.
Thanks, Jesse
Messages sorted by:
Reverse Date,
Date,
Thread,
Author