index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reline
/
key_actor
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2024-12-16
[ruby/reline] Change quoted_insert and bracketed_paste to a single
tomoya ishida
2024-12-06
[ruby/reline] Combine MAPPINGS(single byte input to symbol) with
tomoya ishida
2024-06-03
[ruby/reline] Improve key binding match/matching check
tomoya ishida
2024-05-27
[ruby/reline] Implement the redo command
verdy89
2024-05-14
[ruby/reline] Implement the undo command
Mari Imaizumi
2024-05-05
[ruby/reline] Add name defined in readline to completion key
tomoya ishida
2024-05-02
[ruby/reline] Fix default and additional key bindings vanish bug
tomoya ishida
2024-04-15
[ruby/reline] Remove not implemented method
Mari Imaizumi
2024-04-14
[ruby/reline] Refactored Default Key Bindings
Mari Imaizumi
2021-12-30
[ruby/reline] Use unix_line_discard when Ctrl-u is entered
ima1zumi
2021-12-24
[ruby/reline] Bind ed-kill-line to C-u on emacs mode
aycabta
2021-04-08
[ruby/reline] Separate keystrokes each editing mode
aycabta
2020-12-19
[ruby/reline] Bind yank-pop correctly
aycabta
2020-12-05
[ruby/reline] Backspace and C-h should be unassigned on vi command mode
aycabta
2020-04-18
[ruby/reline] Use vi_search_{prev,next} to incremental search
aycabta
2019-12-24
The delete-char-or-list shows completed list when called at end of line
aycabta
2019-12-17
Support forward-search-history by C-s
aycabta
2019-12-03
The C-r in vi command mode is also incremental search
aycabta
2019-10-16
C-r is incremental history search in vi insert mode
aycabta
2019-09-08
Behave ESC key correctly when vi command mode
aycabta
2019-06-04
Implement transpose-words
aycabta
2019-06-03
The C-q is also quoted insert in emacs mode
aycabta
2019-06-03
The ed_move_to_beg is different from vi_first_print
aycabta
2019-05-27
Implement J to join lines in vi command mode
aycabta
2019-05-27
Fix indexes in comments of vi_insert.rb
aycabta
2019-05-26
Fix indexes in comments
Nobuyoshi Nakada
2019-05-24
Support Meta key in Reline
aycabta
2019-05-13
Add ed_search_prev_history to Reline
aycabta
2019-04-30
Add Reline as a fallback library for Readline
aycabta
2019-04-23
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-21
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-20
IRB is improved with Reline and RDoc
aycabta