File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ f11 | f3 | Toggle bookmark | N/A
151151ctrl+f11 | alt+f3 | Toggle bookmark with mnemonic | N/A
152152ctrl+0 | ctrl+0 | Go to numbered bookmark | N/A
153153shift+f11 | cmd+f3 | Show bookmarks | N/A
154+ ctrl+shift+up | cmd+shift+up | Move Statement Up | ✅
155+ ctrl+shift+down | cmd+shift+down | Move Statement Down | ✅
154156
155157### Refactoring
156158
Original file line number Diff line number Diff line change 952952 "when" : " editorHasDefinitionProvider && editorTextFocus" ,
953953 "intellij" : " View source"
954954 },
955+ {
956+ "key" : " shift+ctrl+down" ,
957+ "mac" : " shift+cmd+down" ,
958+ "command" : " editor.action.moveLinesDownAction" ,
959+ "when" : " editorTextFocus" ,
960+ "intellij" : " Move Statement Down"
961+ },
962+ {
963+ "key" : " shift+ctrl+up" ,
964+ "mac" : " shift+cmd+up" ,
965+ "command" : " editor.action.moveLinesUpAction" ,
966+ "when" : " editorTextFocus" ,
967+ "intellij" : " Move Statement Up"
968+ },
955969/*
956970 {
957971 "key" : " alt+home" ,
You can’t perform that action at this time.
0 commit comments