diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-27 09:57:31 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-27 10:41:54 +0200 |
| commit | 8e94296f3a6ced00849bec0ab0ec80a3be52015c (patch) | |
| tree | e0c935b7332b3af7dd9528597114135bf41c942e /main.c | |
| parent | bfc2e5d1d1c98f97eeb089f844fdb6170c654f23 (diff) | |
| download | vis-8e94296f3a6ced00849bec0ab0ec80a3be52015c.tar.gz vis-8e94296f3a6ced00849bec0ab0ec80a3be52015c.tar.xz | |
vis: do not advance cursor to next line when appending with `a`
Close #295
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -829,7 +829,7 @@ static const KeyAction vis_action[] = { [VIS_ACTION_APPEND_CHAR_NEXT] = { "append-char-next", "Append text after the cursor", - insertmode, { .i = VIS_MOVE_CHAR_NEXT } + insertmode, { .i = VIS_MOVE_LINE_CHAR_NEXT } }, [VIS_ACTION_APPEND_LINE_END] = { "append-line-end", |
