Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 861baca commit bd7f6b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Add the following configuration to your Neovim setup with lazy.nvim
{ "<leader>A", "<cmd>HurlRunner<CR>", desc = "Run All requests" },
{ "<leader>a", "<cmd>HurlRunnerAt<CR>", desc = "Run Api request" },
{ "<leader>te", "<cmd>HurlRunnerToEntry<CR>", desc = "Run Api request to entry" },
{ "<leader>tE", "<cmd>HurlRunnerToEnd<CR>", desc = "Run Api request from current entry to end" },
{ "<leader>tm", "<cmd>HurlToggleMode<CR>", desc = "Hurl Toggle Mode" },
{ "<leader>tv", "<cmd>HurlVerbose<CR>", desc = "Run Api in verbose mode" },
-- Run Hurl request in visual mode
Expand Down Expand Up @@ -277,6 +278,12 @@ Note: it’s running from start of file to the selected entry and ignore the
remaining of the file. It is useful for debugging purposes.


RUN FROM CURRENT ENTRY TO END ~

Similar to `HurlRunnerToEntry`, we could run from current entry to end of file
with `HurlRunnerToEnd` command.


TOGGLE MODE ~

Run `HurlToggleMode` command to toggle between split and popup mode.
Expand Down

0 comments on commit bd7f6b6

Please sign in to comment.