Skip to content

Instantly share code, notes, and snippets.

@todgru
Last active February 19, 2021 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todgru/746a706f56f074f92de471e0109ce4bc to your computer and use it in GitHub Desktop.
Save todgru/746a706f56f074f92de471e0109ce4bc to your computer and use it in GitHub Desktop.
after upgrade to iterm2 3.4.4 `ctrl-r`/`control-r` no longer work

it looks like the iterm2 upgrade to 3.4.4 reset keybindings. Added the following to .zshrc brought back the history search.

bindkey -v
bindkey '^R' history-incremental-search-backward

information about a similiar issue: https://bbs.archlinux.org/viewtopic.php?id=52173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment