我发现这个
answer关于使用括号包装字符串非常有用,但在Vim有一种方法使这自动发生吗?我想在一个字符串内,打字离开,并让Vim只是把我的字符串的括号,并根据需要包装。对我来说,这将是一个巨大的节省时间,因为我花了这么多时间只是手动包裹长字符串。提前致谢。
原文链接:https://www.f2er.com/bash/390135.html例:
>我键入以下文本:
mylongervarname = "my really long string here so please wrap and quote automatically"
>当我用字符串命中第80列时,Vim自动执行此操作:
mylongervarname = ("my really long string here so please wrap and " "quote automatically")