mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Implement J to join lines in vi command mode
This commit is contained in:
parent
64dc21830a
commit
716ba4a127
2 changed files with 16 additions and 1 deletions
|
@ -149,7 +149,7 @@ class Reline::KeyActor::ViCommand < Reline::KeyActor::Base
|
|||
# 73 I
|
||||
:vi_insert_at_bol,
|
||||
# 74 J
|
||||
:ed_search_next_history,
|
||||
:vi_join_lines,
|
||||
# 75 K
|
||||
:ed_search_prev_history,
|
||||
# 76 L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue