简体   繁体   English

我可以在Vim中使用MySQL的完成哈希值吗?

[英]Can I make use of MySQL's completion hash in Vim?

In the mysql client, \\# rebuilds the completion hash for autocompleting your command, while \\e opens editor $EDITOR to edit your command. 在mysql客户端中, \\#重建用于自动完成命令的完成哈希,而\\e打开编辑器$EDITOR来编辑命令。

Is there any way of making use of the completion hash in the invoked editor (Vim in my case)? 有什么方法可以在调用的编辑器中使用完成哈希(在我的情况下为Vim)?

Thanks. 谢谢。

You could try vim-addon-sql . 您可以尝试vim-addon-sql I've never used it myself, but it seems like the kind of thing that you're looking for. 我从来没有亲自使用过它,但似乎您正在寻找这种东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM