In psql client, you can enter input edit mode with \e, witch calls an editor, witch in my case is vim (similar to ctrl+x-ctrl+e in bash). Is there a way to achieve same syntax auto completion capabilities in this edit mode as simply typing in psql gives (autocompletion support for syntax and object names like tables, schemes, sequences, types and etc... )?
Have you searched vim.org?
dbext ties into Vim dictionary feature. You can complete table names, procedure names and view names using the i_CTRL-X_CTRL-K feature
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With