Doom-emacs: [HOWTO] How to open neotree?

Created on 3 Nov 2019  路  4Comments  路  Source: hlissner/doom-emacs

How do I open neotree?

:ui neotree common question resolved

Most helpful comment

  1. Enable the :ui neotree module (FAQ: how do I enable or disable a doom module)
  2. Run doom refresh to sync Doom with your config
  3. Restart Emacs.

For evil users it can be opened with SPC o p and SPC o P will focus the current file in neotree.

For non-evil users it's on <F9> and <C-F9> respectively.

Hope that helps!

All 4 comments

<leader> o p

  1. Enable the :ui neotree module (FAQ: how do I enable or disable a doom module)
  2. Run doom refresh to sync Doom with your config
  3. Restart Emacs.

For evil users it can be opened with SPC o p and SPC o P will focus the current file in neotree.

For non-evil users it's on <F9> and <C-F9> respectively.

Hope that helps!

how do I run doom refresh?

@LukasDrsman On the command line. The same place where you ran doom install when you set up Doom for the first time.

Was this page helpful?
0 / 5 - 0 ratings