zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.43k stars 64 forks source link

Option to trigger on accept keymap #286

Open net opened 1 month ago

net commented 1 month ago

An option to trigger copilot on the accept keymap instead of (or in addition to) next and prev when auto_trigger is disabled would be great. <M-l> is more ergonimic than <M-]>, and then the typical sequence would be "hit <M-l> once to trigger then a second time to accept." :)