How can I show dotfiles in Textmate 2?

Quick solution Move the focus to the file browser (⌥⌘⇥) and show invisibles (⌥⌘i)(key names: option/alt+command/windows+i/eye). All invisible files will appear in the file browser. Press ⌥⌘i again to hide them. Permanent solution If you want to always show some dotfiles (for instance .htaccess), you can either add them in Preferences > Projects > Include … Read more

Is it worth investing time in learning to use Emacs?

[Disclaimer: personally, I prefer Vim. Disclaimer disclaimer: read on.] Vim excels in the small: by making motion and action separate concepts and providing facilities for complex repeats, you can perform incredibly powerful editing operations in just a short sequence of keystrokes. You can easily do things in Vim in the normal course of editing that … Read more