Skip to content

Commit

Permalink
Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
aioutecism committed May 22, 2021
1 parent 9930dc1 commit c7b9871
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.34.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.34.0)
- Improve replace command `r` and add basic replace mode `R` #287
- `r` command now supports a count
- This early version of `R` replace mode keeps `amVim.mode` set to `INSERT` to preserve backwards compatibility with existing custom key bindings.
- Known issues with replace mode: paste from OS clipboard and VS Code autocomplete still inserts instead of replaces
- Fix behavior of next match `n` by nudging the cursor #289
- `/` command has been modified to put the cursor at the start of the match like vim when `amVim.mimicVimSearchBehavior` is true (default)
- `n` command now nudges the cursor forward to find the next match - this now makes it work the same as vim
- Temporarily remove `g?` ROT13 command since it broke `gg` motions in visual mode #292

# [1.33.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.33.0)

- Support remote development mode with workspace execution location: #283 Thanks @imyelo!
Expand Down

0 comments on commit c7b9871

Please sign in to comment.