Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Marco talked in Build & Analyze about loving multiple cursors, which I believe emacs/vim don't support: http://www.youtube.com/watch?v=o5bPRhFHEz0


Some Emacs extensions that implement Sublime Text features (and IMHO are better than their ST equivalents): mark-multiple[1] and CUA (builtin) for multiple cursors, helm[2] (formerly "anything") for file selection that allows quick previewing (C-z) and much much more, mini-map[3], and expand-region[4] (not sure if this is inspired by a ST feature but it is nice nonetheless).

[1] https://github.com/magnars/mark-multiple.el

Video: http://emacsrocks.com/e08.html

[2] https://github.com/emacs-helm/helm

[3] http://www.emacswiki.org/MiniMap

[4] https://github.com/magnars/expand-region.el

Video: http://emacsrocks.com/e09.html


Something like that is also VERY easily accomplished with macros. The added benefit of macros is that you can then store that "edit" in case you need to replay it later.


In VIM, you can edit multiple adjacent lines at the same time. You can place multiple cursors at random lines though and start editing. I think I saw a plugin for that once, though.


Did you mean to say “can't” in your second sentence?


Yes, sorry, wrote it in a hurry.


In osener's reply to your comment, mark-multiple.el is mentioned; here is a talk from the developer that demonstrates using the feature many times.

https://www.youtube.com/watch?v=p3Te_a-AGqM




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: