brew cask install slack
Category Archives: OSX
Replace right option with right alt on mac osx
By default when you want to use some national polish chars on macosx keyboard you need to use right alt. More convenient and natural however is to use right command key which is closer to your right tumb. You could replace the keys with Karabiner (https://pqrs.org/osx/karabiner/) but if its only thing you need Karabiner for then its better to do it without installing third party software.
PhpStorm and GIT case sensitive on MacOS
PhpStorm < 10
Up to PhpStorm9 it was possible to set case sensitivity by adding:
idea.case.sensitive.fs=true
to idea.properties file, which you can open using “Help -> Edit Custom Properties” in PhpStorm itself.
PhpStorm >= 10
It Seems that in versions 10 and later you need to use idea.properties file from “Help -> Edit Custom Properties” but also need to add this line to another idea.properties file:
echo 'idea.case.sensitive.fs=true' >> /Applications/PhpStorm.app/Contents/bin/idea.properties
GIT case sensitivity
Remember also that GIT has it own setting for case sensitivity and it may be turned off on your environment, because MacOS does is not case sensitive by default. You can turn it on by:
git config core.ignorecase false
Change “right command” key to “right option” key – for Polish keybord national chars
Sometimes there is need to use special national chars. On OSX by default you can use “right alt” key. But this button is more on right than “right command” and its not so convinient to use it. This is why its a good idea to change behaviour of “right cmd” to “right alt”.
Midnight Commander shortcuts in OSX
Midnight Commander is a great tool for day to day working with files in all linux based systems. To use all possibilities of MC fast without mouse or typing too much there is bunch of very good shortcuts. Try them out!
Continue reading
OSX – maximize window with shortcut
One of the “must have” application for freshly installed OSX is Spectacle. Its a piece of software that allows you to easily control window behaviour with simple and customizable keyboard shortcuts.

