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.