Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

4.1. Setups

Shinichi Okada edited this page Mar 28, 2015 · 6 revisions

Shortcuts

Some shortcuts.

cmd + , //to go to preference.
shift + cmd + o // to open a file. This can be mapped cmd + p
cmd + F12 // File structure. This can be mapped cmd + r
cmd + option + o // to find symbol/method
cmd + up  then enter// to open a navigation bar
cmd + 1 // to toggle sidebar

Adding Color Scheme

  1. Go to http://daylerees.github.io/ and see which scheme you like.
  2. Go to https://github.com/daylerees/colour-schemes and click jetbrain and select the same scheme you like. And click Raw and copy the URL.
  3. In your terminal cd ~/Library/Preferences/WebIde80/colors. WebIde80 could be different. It depends on app.
  4. curl -O paste-your-url-here OR if you have wget wget paste-your-url-here. If it doesn't work, then just create a file of the colorscheme. -O will create a file. And it must be Raw file.
  5. Restart your Phpstorm/pycharm and cmd+, to select the new theme.

Right click (or cmt+, and search tab) on a tab to select Tabs placement and click None.

To match sidebar to the main screen color

shift+cmd+a to bring up a search. Search plugins and click config plugins. Click Browse repositories at the bottom. And search color Ide. Install it and restart.

To change keymap

shift+cmd+a to search keymap and select Activate Keymap. Create a copy and name it. Search a keyboard shortcut by clicking an icon next to trash. Remove it and then add a new keyboard shortcut. If a new shortcut exists, then a pop-up will come to remove other assignment.

Clone this wiki locally