Skip to content

Commit 4f94d6f

Browse files
authored
chore(hurl): rename keymap description to "Hurl" (#1575)
fix(hurl): update keymap description to "Hurl" Changed the keymap description from "HurlNvim" to "Hurl" for improved clarity.
1 parent c44cdc0 commit 4f94d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/hurl/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ return {
3232
"AstroNvim/astrocore",
3333
opts = function(_, opts)
3434
local maps = opts.mappings
35-
maps.n[prefix] = { desc = require("astroui").get_icon("HurlNvim", 1, true) .. "HurlNvim" }
35+
maps.n[prefix] = { desc = require("astroui").get_icon("HurlNvim", 1, true) .. "Hurl" }
3636
maps.n[prefix .. "R"] = { "<cmd>HurlRunner<cr>", desc = "Run all requests in the file" }
3737
maps.n[prefix .. "r"] = { "<cmd>HurlRunnerAt<cr>", desc = "Run request under the cursor" }
3838
maps.n[prefix .. "e"] = { "<cmd>HurlRunnerToEntry<cr>", desc = "Run request to the entry" }

0 commit comments

Comments
 (0)