🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mini: remove `sh` highlight surround mapping

robin 46577189 68097133

+1 -1
+1 -1
config/config/mini.lua
··· 139 139 delete = "ds", -- Delete surrounding 140 140 find = "sf", -- Find surrounding (to the right) 141 141 find_left = "sF", -- Find surrounding (to the left) 142 - highlight = "sh", -- Highlight surrounding 142 + highlight = "", -- Highlight surrounding 143 143 replace = "cs", -- Replace surrounding 144 144 update_n_lines = "sn", -- Update `n_lines` 145 145 suffix_last = "", -- Suffix to search with "prev" method