On Wed, Oct 30, 2013 at 1:19 AM, Bart Schaefer wrote: > Are you sure you got this part? > > zle -N zle-line-init zle-keymap-select > Yes I put your snippet as the entirety of my zsh config. You need to have both the zle-line-init and zle-keymap-select widgets > run the POSTDISPLAY assignment. The easiest way if you don't already > have zle-line-init doing something else is to just bind them both to > the same function. > > Perhaps something else that you're loading is clobbering this setup? > In which case you'll have to figure out a way to merge this into the > other use of zle-line-init that's being loaded later. > I tried removing everything in /etc/zsh, but the behavior persists. > Are you missing the POSTDISPLAY only on shell startup, or every time > the first prompt is printed for a new command after the previous one > finishes? > The latter, both on startup and then on every new command. Do you have any suggestions on how I could debug this problem further? Thanks for all the help, Jesse