1313 // https://github.com/sashaweiss/vscode_block_travel/blob/ba6cedc998a82d054ad499c8a96dffac4ca0aef7/package.json#L45
1414 { "key" : " shift+alt+down" , "command" : " editor.action.copyLinesDownAction" ,
1515 "when" : " editorTextFocus && !editorReadonly" },
16- { "key" : " shift+alt+up" , "command" : " block-travel.selectUp" ,
16+ { "key" : " shift+alt+up" , "command" : " editor.action.copyLinesUpAction" ,
17+ "when" : " editorTextFocus && !editorReadonly" },
18+ { "key" : " cmd+alt+up" , "command" : " block-travel.selectUp" ,
1719 "when" : " editorTextFocus" },
1820 { "key" : " alt+down" , "command" : " editor.action.moveLinesDownAction" ,
1921 "when" : " editorTextFocus && !editorReadonly" },
2628 { "key" : " alt+]" , "command" : " block-travel.jumpDown" , "when" : " editorTextFocus" },
2729
2830 { "key" : " alt+shift+[" , "command" : " block-travel.selectUp" , "when" : " editorTextFocus" },
29- { "key" : " alt+shift+]" , "command" : " block-travel.selectDown" , "when" : " editorTextFocus" }
31+ { "key" : " alt+shift+]" , "command" : " block-travel.selectDown" , "when" : " editorTextFocus" },
32+
33+ // terrible defaults for "rails run specs"
34+ { "key" : " shift+cmd+t" , "command" : " workbench.action.reopenClosedEditor" },
35+ { "key" : " cmd+k cmd+f" , "command" : " extension.runFileSpecs" }
3036]
0 commit comments