vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit bbc0cf7f25affd8d05dbb650a755960fd6b7cae1 parent a7eb693621225b1698b494835f910ad2a4103dc5 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 2 Oct 2016 21:26:52 +0200 vis: make <C-w> delete word instead of WORD Close #392 Diffstat:
| M | main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c @@ -625,7 +625,7 @@ static const KeyAction vis_action[] = { [VIS_ACTION_DELETE_WORD_PREV] = { "delete-word-prev", "Delete the previous WORD", - delete, { .i = VIS_MOVE_LONGWORD_START_PREV } + delete, { .i = VIS_MOVE_WORD_START_PREV } }, [VIS_ACTION_JUMPLIST_PREV] = { "jumplist-prev",