https://github.com/sa7mon/bindings
For all those pesky IDE's
https://github.com/sa7mon/bindings
Last synced: 4 months ago
JSON representation
For all those pesky IDE's
- Host: GitHub
- URL: https://github.com/sa7mon/bindings
- Owner: sa7mon
- Created: 2017-06-05T20:01:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T17:06:55.000Z (about 8 years ago)
- Last Synced: 2026-01-29T21:26:39.597Z (5 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bindings
universal, personal
## Config Files
* **Eclipse Neon:** ??
* **PhpStorm:** ~/Library/Preferences/PhpStorm/keymaps/*.xml
* **PyCharm:** ~/Library/Preferences/PyCharm/keymaps/*.xml
* **Sublime 2:** Packages/User/Default.sublime-keymap
* **Visual Studio Code (Windows):** %APPDATA%/Roaming/Code/User/keybindings.json
## Key Bindings
Command
Binding
Lines
Duplicate Line
Cmd + Shift + C
Delete Line
Cmd + D
Move Line Up
Cmd + Up
Move Line Down
Cmd + Down
 
Comments
Toggle Line Comment
Cmd + /
Toggle Block Comment
Cmd + Shift + /
Word Wrap
Toggle Word Wrap
Ctrl + W
Tabs
Next Tab
Ctrl + Tab
Previous Tab
Ctrl + Shift + Tab