Skip to content
Snippets Groups Projects
Commit 578b6b3c authored by Cameron Desautels's avatar Cameron Desautels
Browse files

Bind M-C-? to `rl_backward_kill_word`

Makes Option-Delete (what Windows / Linux users would likely call
"Alt-Backspace") work on OS X. Restores parity with GNU Readline.
parent ce4908da
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