judah / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

implement ;/, motions in vi mode #60

Open munyari opened 7 years ago

munyari commented 7 years ago

Vim has the ; and , motions in normal mode, to repeat the last f/F/t/T motion. These are also implemented in GNU readline, and would make a great addition to this library.

AndrewRayCode commented 2 months ago

Yes please! ghci is painful to use without ;