Merge pull request #964 from zed-industries/transpose

Introduce `Editor::transpose` bound to `ctrl-t`
This commit is contained in:
Antonio Scandurra 2022-05-04 10:04:55 +02:00 committed by GitHub
commit aa4919a76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 147 additions and 0 deletions

View file

@ -33,6 +33,7 @@
"tab": "editor::Tab",
"shift-tab": "editor::TabPrev",
"ctrl-k": "editor::CutToEndOfLine",
"ctrl-t": "editor::Transpose",
"cmd-backspace": "editor::DeleteToBeginningOfLine",
"cmd-delete": "editor::DeleteToEndOfLine",
"alt-backspace": "editor::DeleteToPreviousWordStart",