Nvim : Use ? for WhichKey.

This commit is contained in:
Dmitry Voronin 2024-01-06 05:37:18 +03:00
parent b673af5231
commit a0064dd79d

View file

@ -1,3 +1,3 @@
require('key/Rekey')
require("key/Rekey")
rekey_normal('<Leader>0', '<cmd>WhichKey<cr>')
rekey_normal("?", "<cmd>WhichKey<cr>")