Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vim 在latex套件的quickfix窗口中查看错误后返回原始缓冲区_Vim_Latex_Latex Suite - Fatal编程技术网

Vim 在latex套件的quickfix窗口中查看错误后返回原始缓冲区

Vim 在latex套件的quickfix窗口中查看错误后返回原始缓冲区,vim,latex,latex-suite,Vim,Latex,Latex Suite,当我使用latex套件编译latex文件时,会在quickfix窗口中显示错误,主窗口会显示错误发生的位置。这是非常有用的。但是,修复完错误后,我想返回缓冲区和我所在的确切位置,关闭快速修复和预览窗口,然后继续编辑。除了手工,还有其他方法吗?您可以键入Ctrl-o转到您所在的位置。啊,很好,我不知道Ctrl-o可以跨缓冲区工作。不关闭预览窗口和快速修复窗口,但如果没有内置的方法,我想我可以手动关闭它们。

当我使用latex套件编译latex文件时,会在quickfix窗口中显示错误,主窗口会显示错误发生的位置。这是非常有用的。但是,修复完错误后,我想返回缓冲区和我所在的确切位置,关闭快速修复和预览窗口,然后继续编辑。除了手工,还有其他方法吗?

您可以键入Ctrl-o转到您所在的位置。

啊,很好,我不知道Ctrl-o可以跨缓冲区工作。不关闭预览窗口和快速修复窗口,但如果没有内置的方法,我想我可以手动关闭它们。