• Make a command line shortcut for Sublime Text on macOS

    I know it’s handy to open Sublime Text using Alfred but sometimes I really want to open Sublime via my favorite terminal using a simple command line. Here is how to do it: find / -name "subl" 2> /dev/null It’s usually located in /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl...

    Read More...
  • Fonts I'm using for coding

    Here is a modest list of the fonts I have been using along my 15 years of coding/programming. If you read those lines, I assume you are looking for a good font which is pleasant to code with, easy to read with distinct characters (ex: O / 0 or l...

    Read More...
  • Sublime Text 3 & plugins I'm using

    I discovered ST few years ago long before Atom, Brackets and Microsoft Visual Code. I was looking for a “more graphical” alternative to VIM and ST seemed to be the best match for me at this time. If you have used VIM quite a bit you should know about the...

    Read More...