about summary refs log tree commit diff
path: root/edit.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-12 17:23:37 -0500
committerJune McEnroe <june@causal.agency>2022-03-12 17:23:37 -0500
commite98f346fbee3898127eec55f8646adfca0325f73 (patch)
tree897f3793c8fa3755ae3ad8d40d6323e203dee6f1 /edit.h
parentLower ESCDELAY in vi mode (diff)
downloadcatgirl-e98f346fbee3898127eec55f8646adfca0325f73.tar.gz
catgirl-e98f346fbee3898127eec55f8646adfca0325f73.zip
Implement vi insert mode
Diffstat (limited to '')
-rw-r--r--edit.h1
1 files changed, 1 insertions, 0 deletions
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;
 };