1
0
Fork 0
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:
aycabta 2019-05-27 05:45:08 +09:00
parent 64dc21830a
commit 716ba4a127
2 changed files with 16 additions and 1 deletions

View file

@ -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