Skip to content

Commit

Permalink
add make a request part
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Sep 12, 2023
1 parent 10a514f commit 6863106
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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.
Expand Down

0 comments on commit 6863106

Please sign in to comment.