jackMort / jackMort/ChatGPT.nvim

Add option in keymap to exit ChatGPT window while in normal mode

Open
#108 7 comments 12 reactions 1 assignee Claimed by @jackMort View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.