We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf8550 commit 788f0dfCopy full SHA for 788f0df
lib/reline/ansi.rb
@@ -15,6 +15,8 @@ def self.encoding
15
[27, 91, 52, 126] => :ed_move_to_end, # End
16
[27, 91, 72] => :ed_move_to_beg, # Home
17
[27, 91, 70] => :ed_move_to_end, # End
18
+ [27, 79, 72] => :ed_move_to_beg, # Home
19
+ [27, 79, 70] => :ed_move_to_end, # End
20
[27, 32] => :em_set_mark, # M-<space>
21
[24, 24] => :em_exchange_mark, # C-x C-x TODO also add Windows
22
[27, 91, 49, 59, 53, 67] => :em_next_word, # Ctrl+→
0 commit comments