From fc08babaaf95102b4b9e5eafbb9567fb8da0c321 Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 17 Nov 2023 23:54:23 +0900 Subject: [PATCH] add screencast of `vim` example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbf5c6f..519c718 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ cargo run --example vim Vim-like modal text editor. Vim emulation is implemented as a state machine. +Vim emulation example + ### [`popup_placeholder`](./examples/popup_placeholder.rs) ```sh