How to Move a Line Up or Down in Visual Studio Code on Chromebook

Viewed 3166

I know how to do it on Mac, Linux and Windows, but it doesn't work on Chromebook. You'd expect it to be alt-up/down like Win/Linux, but that is treated like home and end.

Anybody know the trick?

2 Answers

There's a easy way.

Just open google-chrome and type chrome://flags in the URL bar,go to the Experiments page.

Search Deprecate Alt based six-pack , then Enable this feature.

Restart.

Then you can use the default shortcut to move line up/down in VSCode.

Related