I would like to bind a set of additional keys for spacemacs. The following statement is used:
(global-set-key (kbd "SPC-1") '(fzf/start "01-personal"))
yet it does not work that Emacs complains that SPC
is not a prefix key. Just wonder how spacemacs is able to do it. Did some searches, but didn't find the information for it. Can anyone help?
(kbd "SPC-1")
won't do anything useful. – Marna