texshop 与 vim 的接口
关于如何在 mac osx 上使用 vim 连接 texshop 有什么建议吗?我最近经常使用 vim 进行编码。我发现自己现在在用 texshop 为 Latex 编写文档时尝试使用 vim 命令(替换、搜索、模式匹配、移动等),但它们显然不起作用。然而,我不想完全离开 texshop,因为它有一些我经常使用的非常好的工具(也许最重要的一个是能够在按我的 macbook 上的 CMD 键的同时单击已编译的 .pdf 文件立即跳转到 .tex 文件中的相应位置)。
提前致谢!
Any advice on how you would interface texshop on mac osx with vim? I'm using vim quite a lot lately for coding. I find myself now trying to use vim-commands (replace, search, pattern matching, move, etc) when writing documents for latex with texshop and they obviously don't work. However, I don't want to leave texshop altogether, because it has some pretty nice tools I use very often (maybe the most important one is the ability to click the compliled .pdf file while pressing the CMD key on my macbook to jump immediately to the corresponding place in the .tex file).
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不能真正帮助解决这个问题,但如果你想使用 vim 我强烈推荐 vim-latex 套房。它有很多映射和其他乳胶优点,包括完成参考文献/引文(它从参考文献文件加载它们,并根据您已经输入的内容给出提示)。它还支持 pdfsync 向前/向后搜索 - 我将其与 Skim 一起使用。 这里有一些关于如何让它发挥作用(并查看该博客上的其他帖子)。
您还想在 Vim 中重现任何其他 texshop 功能吗?
Can't really help with the question but if you want to use vim I would highly recommend vim-latex suite. It has a lot of mappings and other latex goodness including completion of references/citations (it loads them from the bib file and gives prompts based on what you've already typed). Also it supports pdfsync forward/backward searching - I use that with Skim. There is some information here on how to get that working (and see other posts on that blog).
Are there any other texshop features you would like to reproduce in Vim?