Kate Equivalent Of Go To File In Textmate
Is there an equivalent of Textmate's Go To File in Kate? kate is a really nice editor and t开发者_高级运维his is the one functionality that would make kate all taht I need as my text editor
Thanks!
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
Most probably you are looking for Quick Open
, which is bound to the shortcut Ctrl+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.
精彩评论