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

A few missing things from Sublime users:

Ctrl/Cmd + P is even better than fuzzy search in Sublime; it searches in all the files that are contained in opened folders.

Automatic indentation is also available without plugin, though you have to add a key binding:

  { "keys":  ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false} }
or look for it in Edit > Line > Reindent.

Completion works with Tab too on Sublime.



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

Search: