Provide keybindings for IntelliJ of MacOS.
It's based on the official key map.
Keystroke | Command | |
---|---|---|
⌘ / | intellij:toggle-comment | Comment/uncomment with line comment |
⌘ ⌥ / | intellij:toggle-block-comment | Comment/uncomment with block comment |
⌘ d | intellij:duplicate-current-line | Duplicate current line |
⌘ ⌫ | intellij:delete-line | Delete line at caret |
Default keymaps are defined here, and you can override them in your keymap.cson
file.
You can check current keybindings on the Keybindings pane on preferences window:
$ ipm install intellij-keybindings-for-mac