Skip to content

Commit

Permalink
Merge pull request JuliaLang#9388 from JuliaLang/rf/repl-ctrl-arrow
Browse files Browse the repository at this point in the history
REPL: passthru ctrl-arrow keys
  • Loading branch information
ivarne committed Dec 17, 2014
2 parents a2ff1ea + f5173b9 commit 6419bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/LineEdit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ const prefix_history_keymap = AnyDict(
match_input(keymap(ps, mode(s)), s, IOBuffer(c))(s, keymap_data(ps, mode(s)))
end,
# match escape sequences for pass thru
"\e[1;5*" => "*", # Ctrl-Arrow
"\e*" => "*",
"\e[*" => "*",
"\e[1~" => "*",
Expand Down

0 comments on commit 6419bf6

Please sign in to comment.