gpt4 book ai didi

regex - 如何在 vim 中使用正则表达式打开编译后的 pdf

转载 作者:太空宇宙 更新时间:2023-11-04 05:47:01 24 4
gpt4 key购买 nike

我尝试

:! pdflatex file.tex && xdg-open file.pdf

一般来说,使用 '%' 命令,如何使用正则表达式将 vim 中的扩展名 .tex 更改为 .pdf?

:! pdflatex % && xdg-open ??

最佳答案

您可以使用:r<% (当前文件名)删除扩展名。

:!pdflatex % && xdg-open %<.pdf

更多帮助请参见:

:h c_%
:h filename-modifiers

关于regex - 如何在 vim 中使用正则表达式打开编译后的 pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55067425/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com