←back to thread

VIM Master

(github.com)
378 points Fluffyrnz | 1 comments | | HN request time: 0.202s | source
Show context
amelius ◴[] No.45050813[source]
What key combination opens the AI context menu?
replies(1): >>45050864 #
psychoslave ◴[] No.45050864[source]
Here is a possible way to do it sending the current buffer to the standard input:

    :%!ai-cli
replies(1): >>45050953 #
amelius ◴[] No.45050953[source]
I guess that's one way to do it, but not the best possible UX of course.
replies(2): >>45051591 #>>45056008 #
1. psychoslave ◴[] No.45056008[source]
That’s one possible baseline, you can easily attach this or something more elaborate to whatever key-(combination) you feel relevant.