File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,10 @@ conflicts with any of your existing ones.
228
228
| ` :Rest env select ` | Select & register ` .env ` file with ` vim.ui.select() ` |
229
229
| ` :Rest env set {path} ` | Register ` .env ` file to current ` .http ` file |
230
230
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
+
231
235
See ` :h rest-nvim.commands ` for more info
232
236
233
237
## Extensions
Original file line number Diff line number Diff line change 29
29
--- env set {path} Register environment file to current `.http` file.
30
30
--- `path` should be relative to Neovim's cwd
31
31
---
32
- --- NOTE: All `:Rest` commands opening new window supports |command-modifiers|.
32
+ --- NOTE: All `:Rest` commands opening new window support |command-modifiers|.
33
33
--- For example, you can run `:hor Rest open` to open result pane in horizontal
34
34
--- split
35
35
---
You can’t perform that action at this time.
0 commit comments