Nvim : Use ? for WhichKey.

This commit is contained in:
Dmitry Voronin 2024-01-06 05:37:18 +03:00
parent ac1c21b98f
commit 59ad301d4c

View file

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