Skip to content

Commit

Permalink
Add Sublime Text Keymap wrapper #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Dec 16, 2021
1 parent a579bda commit 8b107e0
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 4 deletions.
9 changes: 5 additions & 4 deletions keymap-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ And of course the more better way is to use existing keymap wrapper.

Open the keymap wrapper (JSON) link, copy the whole keybindings in the file, and paste them into your `keybindings.json`.

| Keymap extension | Keymap wrapper | Start rec. | Stop rec. | Playback | Note |
| ---------------- | -------------- | ---------- | --------- | -------- | ---- |
| [Awesome Emacs Keymap](https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx) | [tuttieee.emacs-mcx.json](tuttieee.emacs-mcx.json) | `C-x S-9` | `C-x S-0` | `C-x e` | VS Code can't map '(' and ')' keys |
| [Vz Keymap](https://marketplace.visualstudio.com/items?itemName=tshino.vz-like-keymap) | [tshino.vz-like-keymap.json](tshino.vz-like-keymap.json) | `Ctrl+_` | `Ctrl+^` | `Ctrl+^` | |
| Keymap extension | Keymap wrapper (JSON) | Last updated | Start rec. | Stop rec. | Playback | Note |
| ---------------- | -------------- | ------------ | ---------- | --------- | -------- | ---- |
| [Sublime Text Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings) | [ms-vscode.sublime-keybindings.json](ms-vscode.sublime-keybindings.json) | 2021-12-17 | `Ctrl+Q` | `Ctrl+Q` | `Ctrl+Shift+Q` | |
| [Awesome Emacs Keymap](https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx) | [tuttieee.emacs-mcx.json](tuttieee.emacs-mcx.json) | 2021-12-11 | `C-x S-9` | `C-x S-0` | `C-x e` | VS Code can't map '(' and ')' keys |
| [Vz Keymap](https://marketplace.visualstudio.com/items?itemName=tshino.vz-like-keymap) | [tshino.vz-like-keymap.json](tshino.vz-like-keymap.json) | 2021-12-11 | `Ctrl+_` | `Ctrl+^` | `Ctrl+^` | |

## Making a Keymap Wrapper

Expand Down
Loading

0 comments on commit 8b107e0

Please sign in to comment.