diff --git a/layers/+spacemacs/spacemacs-layouts/packages.el b/layers/+spacemacs/spacemacs-layouts/packages.el index bca3c7376..377d6a635 100644 --- a/layers/+spacemacs/spacemacs-layouts/packages.el +++ b/layers/+spacemacs/spacemacs-layouts/packages.el @@ -34,6 +34,7 @@ [_0_.._9_]^^ nth/new workspace [_d_] close current workspace [_C-0_.._C-9_]^^ nth/new workspace [_R_] rename current workspace [__]^^^^ last workspace [_?_] toggle help\n + [_c_/_C_]^^ create workspace [_l_]^^^^ layouts [_n_/_C-l_]^^ next workspace [_N_/_p_/_C-h_] prev workspace\n @@ -69,6 +70,8 @@ ("" nil :exit t) ("TAB" eyebrowse-last-window-config) ("RET" nil :exit t) + ("c" eyebrowse-create-window-config :exit t) + ("C" eyebrowse-create-window-config) ("C-h" eyebrowse-prev-window-config) ("C-l" eyebrowse-next-window-config) ("d" eyebrowse-close-window-config)