pwntester / octo.nvim

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

Disabling all keymaps option #507

Closed ckangnz closed 6 months ago

ckangnz commented 6 months ago

Issue Description

Type: feature request

Describe what happened (or what feature you want)

I want to get rid of all the default keymaps and just use Octo actions to use all octo features since I already have too many key mappings and I don't want to add more keystrokes for octo.

Describe what you expected to happen

When you set disable_default_keymaps to true, all default keymaps are disabled, and you can manually add them

pwntester commented 6 months ago

Shouldnt be hard, could you please send a PR for it?

ckangnz commented 6 months ago

I could try when i get enough time but im actually not really familiar with lua..