This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" }, | |
| { "key": "ctrl+d", "command": "editor.action.copyLinesDownAction" }, | |
| { "key": "ctrl+shift+d", "command": "editor.action.deleteLines" }, | |
| { "key": "alt+right", "command": "cursorEnd" }, | |
| { "key": "alt+left", "command": "cursorHome" }, | |
| { "key": "alt+shift+right", "command": "cursorEndSelect" }, | |
| { "key": "alt+shift+left", "command": "cursorHomeSelect" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 04d109ca41f119c12311398e4eb89c3a373a45f64bc3b8e98f933d3c43f28373bca0629f25443a4364c24f48b0bdd00823448f1932a29aaf93daa68b6ead0bb2cd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| language: node_js | |
| sudo: false | |
| node_js: stable | |
| addons: | |
| firefox: latest | |
| chrome: stable | |
| dist: trusty | |
| install: | |
| - npm i -g bower polymer-cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'body': | |
| 'ctrl-shift-s': 'window:save-all' | |
| '.workspace .editor': | |
| 'ctrl-d': 'editor:duplicate-lines' | |
| 'ctrl-shift-D': 'editor:delete-line' | |
| '.editor': | |
| 'alt-shift-right': 'editor:select-to-end-of-line' | |
| 'alt-right': 'editor:move-to-end-of-line' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 1% | |
| last 3 versions | |
| Firefox ESR | |
| not Explorer <= 11 | |
| not OperaMini all | |
| not Android < 62 | |
| not BlackBerry <= 10 | |
| not ExplorerMobile <= 11 | |
| not UCAndroid <= 11.4 | |
| not QQAndroid <= 1.2 |