Skip to content

Commit

Permalink
fix: small typo in operator description (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
frantisekstanko committed Oct 20, 2023
1 parent ce741eb commit d65087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/which-key/plugins/presets/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ M.operators = {
[">"] = "Indent right",
["<lt>"] = "Indent left",
["zf"] = "Create fold",
["!"] = "Filter though external program",
["!"] = "Filter through external program",
["v"] = "Visual Character Mode",
-- ["V"] = "Visual Line Mode",
}
Expand Down

0 comments on commit d65087b

Please sign in to comment.