Add binding i -> enter_mode insert
This commit is contained in:
parent
f437bc25bf
commit
2474b5a806
@ -425,6 +425,7 @@ DATA = OrderedDict([
|
|||||||
('gg', 'scroll_perc_y 0'),
|
('gg', 'scroll_perc_y 0'),
|
||||||
('G', 'scroll_perc_y'),
|
('G', 'scroll_perc_y'),
|
||||||
('n', 'nextsearch'),
|
('n', 'nextsearch'),
|
||||||
|
('i', 'enter_mode insert'),
|
||||||
('yy', 'yank'),
|
('yy', 'yank'),
|
||||||
('yY', 'yank sel'),
|
('yY', 'yank sel'),
|
||||||
('yt', 'yanktitle'),
|
('yt', 'yanktitle'),
|
||||||
|
Loading…
Reference in New Issue
Block a user