which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

fix: remove unnecessary replacement of backslash

Open zeertzjq opened this issue 2 years ago • 0 comments

Fix #249

Now Util.t() is applied to the string passed to string.format(), replacing of leader is no longer needed because Util.t() will replace it. Replacing a backslash with <bslash> breaks <C-\> mappings, and it isn't needed either.

zeertzjq avatar May 16 '22 07:05 zeertzjq