0

Imagine you have these files in your project:

a/b/first.png
a/first.png

If I trigger projectile with C-c p f and write first.png, and I write first.png , it will show me both files. Is there a way to select the next file?

Example: enter image description here

In the image below, the first file in the list is .document. Without writing any other letter, is it possible to switch through the list provided by projectile? Is there a combination that will cycle through those file names, like , press some key combination and then .gitignore is selected?

4

2 に答える 2

2

私の理解が正しければ、発射物はファイル名の補完などにido パッケージを使用します。ido (および他の多くのパッケージ) は、を使用しC-sて、次のファイル名C-rに切り替え、前のファイルに切り替えます。前のリンクの「IDO の使用」セクションを参照してください。

于 2013-05-09T17:31:10.317 に答える
0

キーボードの矢印キーでもオプションが切り替わり、入力したテキストの横で目的のファイルが強調表示されたら、Enter キーを押すことができます。

于 2014-09-12T19:38:21.150 に答える