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:52:44 -0500
committerJune McEnroe <june@causal.agency>2022-03-12 17:52:44 -0500
commit186180700c55c224dbf69555debd2a07f52aa19a (patch)
tree1ba9c942d518c057ad95e0e47324478b1b795d24 /edit.h
parentTreat C-v as an emacs key (diff)
downloadcatgirl-186180700c55c224dbf69555debd2a07f52aa19a.tar.gz
catgirl-186180700c55c224dbf69555debd2a07f52aa19a.zip
Implement vi R and r
Diffstat (limited to '')
-rw-r--r--edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.h b/edit.h
index 8ad382b..382e9d2 100644
--- a/edit.h
+++ b/edit.h
@@ -40,6 +40,7 @@ struct Edit {
 			EditViCommand,
 		} mode;
 		bool lnext;
+		char verb;
 	} vi;
 };