diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-23 22:45:02 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-23 22:45:02 +0200 |
| commit | b612f0a1b1178fef850f3a807ae492ce297f7a4f (patch) | |
| tree | 1f9740ee0f7e57ed3d1a39ff095e10d597593112 /vis.c | |
| parent | 6c080d01873be2670ecc74b698ac5d73d0acd77f (diff) | |
| download | vis-b612f0a1b1178fef850f3a807ae492ce297f7a4f.tar.gz vis-b612f0a1b1178fef850f3a807ae492ce297f7a4f.tar.xz | |
'o' should switch to insert mode
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |
