jackMort / jackMort/ChatGPT.nvim
Add option in keymap to exit ChatGPT window while in normal mode
Open
enhancement
- Dominant language
- Lua
- Stars
- 4k
- Forks
- 317
- PR merge metrics
- No merged PRs in 30d
Description
As of now we have this:
```lua
{
keymaps = {
close = { '' }
}
}
```
Which only allow us to map an exit key while in insert mode what i want is something like this:
```lua
{
keymaps = {
close = { '' }
close_normal = ''
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.