Move around the startup screen quickly
September 10, 2015
In the spacemacs startup screen there are a few useful key bindings:
tab
(widget-forward
) - jump to next widgetbacktab
(widget-backward
) - jump to previous widgetr
- jump to first widget underRecent files
m
- jump to first widget underBookmarks
p
- jump to first widget underProjects
The last three are extremely helpful. So for example, if you want to open the
second file in Recent files
list you type r <tab> <return>
.