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: enter image description here

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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -