Open practicalli-johnny opened 4 years ago
C-c C-f - browse through helm lists of things immediately with helm-follow-mode
C-c C-f
For example SPC T s lists all current themes, C-c C-f will apply themes immediately when scrolling through the list of themes.
SPC T s
for making follow-mode "sticky" between helm sessions (setq helm-follow-mode-persistent t)
(setq helm-follow-mode-persistent t)
Other useful uses SPC b b for browsing through buffers
SPC b b
helm-apropos
Things that dont work SPC f f does not load files
SPC f f
C-c C-f
- browse through helm lists of things immediately with helm-follow-modeFor example
SPC T s
lists all current themes,C-c C-f
will apply themes immediately when scrolling through the list of themes.for making follow-mode "sticky" between helm sessions
(setq helm-follow-mode-persistent t)
Other useful uses
SPC b b
for browsing through buffershelm-apropos
Things that dont work
SPC f f
does not load files