Nvim : Use ? for WhichKey.
This commit is contained in:
parent
b673af5231
commit
a0064dd79d
|
@ -1,3 +1,3 @@
|
|||
require('key/Rekey')
|
||||
require("key/Rekey")
|
||||
|
||||
rekey_normal('<Leader>0', '<cmd>WhichKey<cr>')
|
||||
rekey_normal("?", "<cmd>WhichKey<cr>")
|
||||
|
|
Reference in a new issue