Kate 相当于 Go To File In Textmate
Kate 中是否有相当于 Textmate 的 Go To File 功能? kate 是一个非常好的编辑器,这是一个使 kate 成为我的文本编辑器所需的功能,
谢谢!
Is there an equivalent of Textmate's Go To File in Kate?
kate is a really nice editor and this is the one functionality that would make kate all taht I need as my text editor
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于“转到文件”的实际含义。
在已打开的文件之间切换:
Alt-Left
或Alt-Right
在文档树中后退/前进一个文件。在同一目录中打开文件:
Strg-O
打开“文件打开”对话框,其中包含当前文档所在的目录。使用左侧面板上的文件系统浏览器
It depends on what "Go to file" actually means.
Switch between already opened files:
Alt-Left
orAlt-Right
to go back/forward one file in the document tree.Open file in the same directory:
Strg-O
opens the "File open" dialog with the directory, where the current document is in.Use the file system browser on the left panel
您很可能正在寻找
Quick Open
,它默认绑定到快捷键Ctrl+Shift+O
。如果这对您不起作用,则您的 Kate 版本太旧,您首先必须启用 Quick Open 插件才能获得此功能。您可能还对项目插件< /a>,它很好地扩展了“快速打开”。
Most probably you are looking for
Quick Open
, which is bound to the shortcutCtrl+Shift+O
by default. If this does not work for you, your Kate version is too old and you first have to enable the Quick Open plugin to get this functionality.You may also be interested in the Projects Plugin, which extends Quick Open quite nicely.