TextMate for Visual Studio CodeThis extension aims at recreating the TextMate experience in Visual Studio Code. It is a work in progress and is not yet ready for use. FeaturesKeybindingsA good amount of keybindings have been ported from TextMate.
|
Name | Command | Keybinding |
---|---|---|
Jump to Selection | jumpToSelection |
⌘J |
Move to beginning of Block | moveToBeginningOfBlock |
⌃⭡ |
Move to end of Block | moveToEndOfBlock |
⌃⭣ |
Select to beginning of Block | moveToBeginningOfBlockAndModifySelection |
⌃⇧⭡ |
Select to end of Block | moveToEndOfBlockAndModifySelection |
⌃⇧⭣ |
Move to beginning of Column | moveToBeginningOfColumn |
⌥⭡ |
Move to end of Column | moveToEndOfColumn |
⌥⭣ |
Select to beginning of Column | moveToBeginningOfColumnAndModifySelection |
⌥⇧⭡ |
Select to end of Column | moveToEndOfColumnAndModifySelection |
⌥⇧⭣ |
Jump to Selection | jumpToSelection |
⌘J |
Editing
Name | Command | Keybinding |
---|---|---|
Join Lines | joinLines |
⌃⇧J |
Toggle Case | toggleCase |
⌃_ |
Transpose | transpose |
⌃T |
All commands are under the vscode-textmate
namespace, e.g. vscode-textmate.moveToEndOfColumn
.
Troubleshooting
VS Code plays a sound with some keybindings: https://superuser.com/a/1530872