Add missing which-key prefix names

Unnamed Which-key prefixes:
`SPC b`, `N -> +prefix`
`SPC x`, `j -> +prefix`
have to be opened to see what kind of commands they contain.
This commit is contained in:
duianto 2017-07-10 19:45:23 +02:00 committed by d12frosted
parent 3c8c28c4eb
commit 1ecec7e538
No known key found for this signature in database
GPG key ID: 8F60E862D6F5CE8F

View file

@ -20,6 +20,7 @@
("as" "shells")
("ay" "ipython notebook")
("b" "buffers")
("bN" "new empty buffer")
("c" "compile/comments")
("C" "capture/colors")
("e" "errors")
@ -65,6 +66,7 @@
("xa" "align")
("xd" "delete")
("xg" "google-translate")
("xj" "justification")
("xl" "lines")
("xm" "move")
("xt" "transpose")