Skip to content
Snippets Groups Projects
Commit 0ed0fb72 authored by Connor Atherton's avatar Connor Atherton
Browse files

Merge branch 'fix-opt-delete' of https://github.com/camdez/rb-readline into camdez-fix-opt-delete

parents ec521395 578b6b3c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -466,6 +466,7 @@ module RbReadline
"\ey" => :rl_yank_pop ,
"\e~" => :rl_tilde_expand ,
"\377" => :rl_backward_kill_word ,
"\e\x7F" => :rl_backward_kill_word,
 
"\C-x\C-g" => :rl_abort ,
"\C-x\C-r" => :rl_re_read_init_file ,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment