From b612f0a1b1178fef850f3a807ae492ce297f7a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 23 Sep 2014 22:45:02 +0200 Subject: 'o' should switch to insert mode --- vis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.c') diff --git a/vis.c b/vis.c index 35eb4fb..e5269e3 100644 --- a/vis.c +++ b/vis.c @@ -857,6 +857,7 @@ static void openline(const Arg *arg) { movement(&(const Arg){ .i = arg->i == MOVE_LINE_NEXT ? MOVE_LINE_END : MOVE_LINE_PREV }); insert_newline(NULL); + switchmode(&(const Arg){ .i = VIS_MODE_INSERT }); } static void joinline(const Arg *arg) { -- cgit v1.2.3