Skip to content

Commit

Permalink
repl: bind Delete key
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Mar 26, 2014
1 parent f9d3a8b commit 889a10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/Readline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,8 @@ module Readline
"\e[A" => edit_move_up,
# Down Arrow
"\e[B" => edit_move_down,
# Delete
"\e[3~" => edit_delete,
# Bracketed Paste Mode
"\e[200~" => s->begin
ps = state(s,mode(s))
Expand Down

0 comments on commit 889a10b

Please sign in to comment.