Skip to content

Commit

Permalink
fix(README): update
Browse files Browse the repository at this point in the history
  • Loading branch information
efugier committed Nov 13, 2023
1 parent 08b9b10 commit 57101e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ will **replace** the current selection with the same text transformed by the lan
:'<,'>!sc -c "implement the traits FromStr and ToString for this struct" -r
```

will **append** at the end of the current selection the result of the language model.

```
:'<,'>!sc write_test -r
```

will **append** at the end of the current selection the result of the language model.

...

With some remapping you may have your most reccurrent action attached to few keystrokes e.g. `<leader>wt`!
Expand Down

0 comments on commit 57101e0

Please sign in to comment.