Skip to content

Commit

Permalink
Fix key binding typo in README (VSCodeVim#5183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ristomcintosh committed Sep 15, 2020
1 parent b348e08 commit f80afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -251,7 +251,7 @@ Custom remappings are defined on a per-mode basis.
]
```

- Bind `L` to `$` and `H` to `^` in operator pending mode makes `yL` and `dH` work like `yL` and `d^` respectively.
- Bind `L` to `$` and `H` to `^` in operator pending mode makes `yL` and `dH` work like `y$` and `d^` respectively.

```json
"vim.operatorPendingModeKeyBindings": [
Expand Down

0 comments on commit f80afd6

Please sign in to comment.