Skip to content

Commit

Permalink
docs: README update (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 authored Jan 4, 2024
1 parent 4d700a0 commit 9ee5c9b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ Installation instructions to follow, but as usual with package managers
```lua
return {
"tris203/hawtkeys.nvim",
config = true,
dependencies = { "nvim-lua/plenary.nvim" },
config = {
-- an empty table will work for default config
--- if you use functions, or whichky, or lazy to map keys
--- then please see the API below for options
},
}
```

## ❔Usage

### Searching New Keymaps

There are two interfaces to hawtkeys, the first allows you to Search For Keymaps:
There are three interfaces to hawtkeys, the first allows you to Search For Keymaps:

```
:Hawtkeys
Expand Down

0 comments on commit 9ee5c9b

Please sign in to comment.