1212 // First undo TERRIBLE defaults by vscode_block_travel
1313 // https://github.com/sashaweiss/vscode_block_travel/blob/ba6cedc998a82d054ad499c8a96dffac4ca0aef7/package.json#L45
1414 { "key" : " shift+alt+down" , "command" : " editor.action.copyLinesDownAction" ,
15+ { "key" : " shift+alt+up" , "command" : " editor.action.copyLinesUpAction" ,
1516 "when" : " editorTextFocus && !editorReadonly" },
16- { "key" : " shift +alt+up" , "command" : " editor.action.copyLinesUpAction " ,
17+ { "key" : " cmd +alt+up" , "command" : " block-travel.selectUp " ,
1718 "when" : " editorTextFocus" },
1819 { "key" : " alt+down" , "command" : " editor.action.moveLinesDownAction" ,
1920 "when" : " editorTextFocus && !editorReadonly" },
2627 { "key" : " alt+]" , "command" : " block-travel.jumpDown" , "when" : " editorTextFocus" },
2728
2829 { "key" : " alt+shift+[" , "command" : " block-travel.selectUp" , "when" : " editorTextFocus" },
29- { "key" : " alt+shift+]" , "command" : " block-travel.selectDown" , "when" : " editorTextFocus" }
30- ]
30+ { "key" : " alt+shift+]" , "command" : " block-travel.selectDown" , "when" : " editorTextFocus" },
31+
32+ // terrible defaults for "rails run specs"
33+ { "key" : " shift+cmd+t" , "command" : " workbench.action.reopenClosedEditor" },
34+ { "key" : " cmd+k cmd+f" , "command" : " extension.runFileSpecs" }
35+ ]
0 commit comments