emacs - How do you switch between files when using prelude's projectile? -
imagine have these files in project:
a/b/first.png a/first.png
if trigger projectile c-c p f
, write first.png, , write first.png , show me both files. there way select next file?
example:
in image below, first file in list .document. without writing other letter, possible switch through list provided projectile? there combination cycle through file names, , press key combination , .gitignore selected?
if correctly understand, projectile uses ido package file name completions, , other things. ido (and many other packages) uses c-s
switch next file name, , c-r
switch previous file. see "using ido" section in previous link
Comments
Post a Comment