Skip to content

Commit 1be0231

Browse files
docs: typo
1 parent 2737024 commit 1be0231

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ conflicts with any of your existing ones.
228228
| `:Rest env select` | Select & register `.env` file with `vim.ui.select()` |
229229
| `:Rest env set {path}` | Register `.env` file to current `.http` file |
230230

231+
> [!INFO]
232+
> All `:Rest` subcommands opening new window support `command-modifiers` (`:h command-modifiers`.)
233+
> For example, you can run `:hor Rest open` to open result pane in horizontal split.
234+
231235
See `:h rest-nvim.commands` for more info
232236

233237
## Extensions

lua/rest-nvim/commands.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--- env set {path} Register environment file to current `.http` file.
3030
--- `path` should be relative to Neovim's cwd
3131
---
32-
--- NOTE: All `:Rest` commands opening new window supports |command-modifiers|.
32+
--- NOTE: All `:Rest` commands opening new window support |command-modifiers|.
3333
--- For example, you can run `:hor Rest open` to open result pane in horizontal
3434
--- split
3535
---

0 commit comments

Comments
 (0)