Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions doc/http-codes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
Author: Barrett Ruth <https://barrettruth.com>
Homepage: <https://github.com/barrett-ruth/http-codes.nvim>

===============================================================================
==============================================================================
INTRODUCTION *http-codes.nvim*

http-codes.nvim lets you quickly investigate HTTP status codes using Mozilla
documentation, with telescope, fzf-lua, and snacks.nvim integrations.

===============================================================================
USAGE *:HTTPCodes*
==============================================================================
USAGE *:HTTPCodes*

>vim
:HTTPCodes
<

===============================================================================
MAPPINGS *http-codes-mappings*
==============================================================================
MAPPINGS *http-codes-mappings*

*<Plug>(http-codes-pick)*
*<Plug>(http-codes-pick)*
<Plug>(http-codes-pick) Open the HTTP status code picker.
Equivalent to |:HTTPCodes|.

Example configuration: >lua
vim.keymap.set('n', '<leader>hc', '<Plug>(http-codes-pick)')
<

===============================================================================
CONFIGURATION *vim.g.http_codes*
==============================================================================
CONFIGURATION *vim.g.http_codes*

Configure via `vim.g.http_codes`:

Expand All @@ -49,5 +49,5 @@ Default `open_url` by operating system:
macOS open %s
Linux xdg-open %s

-------------------------------------------------------------------------------
------------------------------------------------------------------------------
vim:tw=80:ts=8:ft=help:
Loading