From 686310655825d94b443fd5b05b4bbd13e0f2aee8 Mon Sep 17 00:00:00 2001 From: Guillaume Leclerc Date: Wed, 13 Sep 2023 01:57:37 +0800 Subject: [PATCH] add make a request part --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aecd44c1..9df9adca 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ So if you're like me and spend your mornings reading, swimming in the open sea o # Current Vim Implementation +Note: if you find that you're missing a motion, command, a count support, or a repeat, just make a [request](https://github.com/godbout/kindaVim.docs/issues/139). + ## Motions > **Note** @@ -43,6 +45,10 @@ So if you're like me and spend your mornings reading, swimming in the open sea o [See the commands implementation.](https://github.com/godbout/kindaVim.theapp/blob/master/CommandsImplementation.md#commands) +## Missing something? + +Make a [request](https://github.com/godbout/kindaVim.docs/issues/139). + # APIs kindaVim sends [Distributed Notifications](https://developer.apple.com/documentation/foundation/distributednotificationcenter) to macOS when the Vim Mode changes, so that you can hook an external tool like [BetterTouchTool](https://www.google.com/search?q=bettertouchtool) or [Hammerspoon](https://www.hammerspoon.org) and respond to those changes.