tom-doerr / vim_codex

Supercharge your Vim editor with AI-powered code completion using OpenAI Codex. Boost productivity and save time with intelligent suggestions.
MIT License
258 stars 28 forks source link

Extra commands in example mapping #14

Open xloem opened 2 years ago

xloem commented 2 years ago

Can you explain the reasoning for the additional keystrokes in https://github.com/tom-doerr/vim_codex/blame/main/README.md#L71 ? The li<C-g>u<Esc>l.

For me the initial l causes the command to fail if I am at the end of a line. Removing the blob entirely seemed to fix things up.