Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Very fast files opening in Emacs similar to Sublime's Goto Anything

Is it possible to open files in Emacs in way that Sublime Text 2 does (Cmd+P or Ctrl+P)? I miss this feature so much.

like image 547
bartek Avatar asked Jan 04 '13 10:01

bartek


2 Answers

Have you tried Helm? It provides a unified history and buffer selector, which looks similar to what you want. You could bind the helm-mini command to a convenient key like F5.

Helm-mini

like image 165
Chris Barrett Avatar answered Nov 16 '22 02:11

Chris Barrett


You can check out Projectile. It was basically created to provide something similar to C-p, but has a lot of extra project level features as well. Projectile also has a Helm plugin to display project files and buffers with Helm.

like image 45
Bozhidar Batsov Avatar answered Nov 16 '22 01:11

Bozhidar Batsov