bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
680 stars 37 forks source link

Keybinding for History without up #182

Open SevereOverfl0w opened 5 years ago

SevereOverfl0w commented 5 years ago

I couldn't find a keybinding which would search through the history without moving the cursor up a line. Does such a thing exist and I clumsily missed it?

prnsml commented 5 years ago

ctrl + r - search backward ctrl + s - search forward ctrl + g - to cancel search tab or any movement key combination - to select current item from search

continue pressing ctrl+r or ctrl+s to jump to next or previous search result.