Tranpose Transpose is an extension for VSCode for transposing selections or characters. It is similar to the transpose plugin in Sublime Text. Adding custom shortcuts Add this to your keybinding.json file. { "key": "ctrl+t", "command": "extension.transpose" } Source Github Marketplace Transpose