hlissner / zsh-autopair

Auto-close and delete matching delimiters in zsh
MIT License
509 stars 37 forks source link

Keymap conflicts with isearch #2

Closed hlissner closed 8 years ago

hlissner commented 8 years ago

Bound keys cause isearch to abort. Applies to any rebound keys.

Steps to reproduce:

  1. Invoke history-*-search-* (e.g. history-incremental-pattern-search-backward)
  2. Press any of the bound keys (e.g. ")

Expected: autopairing in isearch OR stock behavior (self-insert)

Result: isearch aborts prematurely