pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.33k stars 125 forks source link

Allow users to change the submit_win mappings #271

Closed jarviliam closed 2 years ago

jarviliam commented 2 years ago

Describe what this PR does / why we need it

To allow users to provide their own submit_win keymaps

Does this pull request fix one issue?

Fixes #270

Describe how you did it

Added the missing user mapping override

Describe how to verify it

Provide a custom submit_win mapping to the configuration and expect it to be used in the submit window

Special notes for reviews

pwntester commented 2 years ago

Thanks!