Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • hah thanks for still reading such an old question! Glad it was handy Commented Sep 1, 2020 at 4:36
  • I do not find anything about pb-kill in ~/.zshrc, however, deleted text by ^k are moved to the pasteboard, which is really strange. I don't know what I did to my pasteboard. Commented Mar 8, 2022 at 14:21
  • @DawnSong run bindkey '^K' to reveal what function/widget ^k is bound too. By default it's bound to kill-line which I don't think syncs with pasteboard. Though if it's not kill-line then look up what it is and you probably have the answer. (you might be using some zsh configs that add. oh-my-zsh for example) Commented Mar 31, 2022 at 21:31