Skip to content

Commit

Permalink
chore: more subtitle keymap hints
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 28, 2024
1 parent 95cc63c commit 2d3e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rip-substitute/popup-win.lua
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function M.openSubstitutionPopup()

-- FOOTER & WIDTH
local maps = require("rip-substitute.config").config.keymaps
local hlgroup = { key = "Normal", desc = "Comment" }
local hlgroup = { key = "Comment", desc = "NonText" }
local footer = config.popupWin.hideKeymapHints and { { "" } }
or {
{ " ", "FloatBorder" },
Expand Down

0 comments on commit 2d3e6fc

Please sign in to comment.