From e98f346fbee3898127eec55f8646adfca0325f73 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 12 Mar 2022 17:23:37 -0500 Subject: Implement vi insert mode --- edit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'edit.h') diff --git a/edit.h b/edit.h index 535b575..8ad382b 100644 --- a/edit.h +++ b/edit.h @@ -39,6 +39,7 @@ struct Edit { EditViInsert, EditViCommand, } mode; + bool lnext; } vi; }; -- cgit 1.4.1