Skip to content

Commit 3709dda

Browse files
authored
Merge pull request #108 from 1nVitr0/develop
fix: revert default keybindings
2 parents 0e538e7 + a0c8dea commit 3709dda

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

package.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -643,24 +643,7 @@
643643
"end": "<\\/[a-zA-Z0-9\\-_=\\s]+|\\/>"
644644
}
645645
}
646-
},
647-
"keybindings": [
648-
{
649-
"key": "ctrl+alt+up",
650-
"command": "blocksort.sortBlocksAsc",
651-
"when": "editorTextFocus"
652-
},
653-
{
654-
"key": "ctrl+alt+down",
655-
"command": "editor.action.sortLinesDescending",
656-
"when": "editorTextFocus"
657-
},
658-
{
659-
"key": "ctrl+alt+end",
660-
"command": "blocksort.sortBlocksShuffle",
661-
"when": "editorTextFocus"
662-
}
663-
]
646+
}
664647
},
665648
"scripts": {
666649
"vscode:prepublish": "npm run package",

0 commit comments

Comments
 (0)