yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.51k stars 203 forks source link

vim2: isearch doesn't have 'previous' binding to 'p' #451

Closed mgajda closed 11 years ago

mgajda commented 11 years ago

After the isearch was done for the first time, 'n' goes on to the next match. 'p' should go to the previous match.

ethercrow commented 11 years ago

Capital 'N' already does that, why should we give up 'p' from doing paste?

mgajda commented 11 years ago

This is modality in the original Vim keymap.