summaryrefslogtreecommitdiff
path: root/lib/reline/key_actor
AgeCommit message (Expand)Author
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2020-12-19[ruby/reline] Bind yank-pop correctlyaycabta
2020-12-05[ruby/reline] Backspace and C-h should be unassigned on vi command modeaycabta
2020-04-18[ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta
2019-12-24The delete-char-or-list shows completed list when called at end of lineaycabta
2019-12-17Support forward-search-history by C-saycabta
2019-12-03The C-r in vi command mode is also incremental searchaycabta
2019-10-16C-r is incremental history search in vi insert modeaycabta
2019-09-08Behave ESC key correctly when vi command modeaycabta
2019-06-04Implement transpose-wordsaycabta
2019-06-03The C-q is also quoted insert in emacs modeaycabta
2019-06-03The ed_move_to_beg is different from vi_first_printaycabta
2019-05-27Implement J to join lines in vi command modeaycabta
2019-05-27Fix indexes in comments of vi_insert.rbaycabta
2019-05-26Fix indexes in commentsNobuyoshi Nakada
2019-05-24Support Meta key in Relineaycabta
2019-05-13Add ed_search_prev_history to Relineaycabta
2019-04-30Add Reline as a fallback library for Readlineaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta