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 21, 2023
1 parent 9506b74 commit dc320a9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ Table of Contents *hurl.nvim-table-of-contents*
- Table of Contents |hurl.nvim-table-of-contents|
- Features |hurl.nvim-features|
- Usage |hurl.nvim-usage|
- Default Key Mappings |hurl.nvim-default-key-mappings|
- Credits |hurl.nvim-credits|
Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin that brings the power of the Hurl command line tool into your editor. Designed to run HTTP requests from `.hurl` files, this plugin simplifies the API development process, making it both efficient and versatile.
TABLE OF CONTENTS *hurl.nvim-table-of-contents*

- |hurl.nvim-usage|
- |hurl.nvim-table-of-contents|
- |hurl.nvim-features|
- |hurl.nvim-usage|
- |hurl.nvim-default-key-mappings|
- |hurl.nvim-credits|
- |hurl.nvim-show-your-support|

Expand Down Expand Up @@ -51,6 +54,18 @@ Add the following configuration to your Neovim setup:
<


DEFAULT KEY MAPPINGS *hurl.nvim-default-key-mappings*

`hurl.nvim` comes with some default key mappings to streamline your workflow:

- `q`: Close the current popup window.
- `<C-n>`: Switch to the next popup window.
- `<C-p>`: Switch to the previous popup window.

These key mappings are active within the popup windows that `hurl.nvim`
displays.


CREDITS *hurl.nvim-credits*

- Inspired by ray-x/web-tools.nvim: Neovim plugin for web developers <https://github.com/ray-x/web-tools.nvim>
Expand Down

0 comments on commit dc320a9

Please sign in to comment.