Skip to content

Commit

Permalink
fixup! docs: document vsplit option
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir authored and oysandvik94 committed Dec 13, 2024
1 parent 5bf82f4 commit 369b501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Or if you use [Lazy](https://github.com/folke/lazy.nvim), just pass the table in
-- Specify how to open curl
-- use "tab" to open in separate tab
-- use "split" to open in horizontal split
-- use "split" to open in vertical split
-- use "vsplit" to open in vertical split
open_with = "tab"
mappings = {
execute_curl = "<CR>"
Expand Down Expand Up @@ -164,7 +164,7 @@ curl -X POST https://jsonplaceholder.typicode.com/posts

#### No trailing \\

You dont need a trailing \\, but it wont matter if they are there, making it easier to copy-paste requests
You dont need a trailing \\, but it won't matter if they are there, making it easier to copy-paste requests

<details>
<summary>See example</summary>
Expand Down Expand Up @@ -318,7 +318,7 @@ curl.set_curl_binary("someothercurl")

</details>

## Troublshooting
## Troubleshooting

### DAP

Expand Down

0 comments on commit 369b501

Please sign in to comment.