Re: Strange issue with paste on zsh
Kuldeep Bora <[email protected]> Thu, 9 Jul 2026 10:29:08 +0530
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <CAO9bunOTtxUA4T=3dPHp4n6ajyr7RCYnXTVKU7dV8icK+gQYLQ@mail.gmail.com> |
You are right after some debugging found that I had this weird shortcut to go to cmd mode from insert mode added ages back. bindkey -M viins 'kj' vi-cmd-mode Apologies for this. Thanks On Thu, Jul 9, 2026 at 12:13 AM dana <[email protected]> wrote: > On Wed 8 Jul 2026, at 08:02, Kuldeep Bora wrote: > > I noticed something weird while pasting a long identifier in one of > > the commands. Please see below output and notice pop6p*k*j > > i assume you mean the k is supposed to be there but it's missing in zsh > > i can't replicate that in either 5.9 or master on macos sequoia with > terminal.app > > does the same problem occur if you run zsh with `zsh -f` ? if not, it's > something in your config. you'll have to experiment to figure out what > > if it does, what macos version, terminal app, and zsh version? and what > is your $TERM set to? > > dana >