Skip to content

Simple question: What is the default keybind for opening neo-tree? #650

Answered by NotAShelf
vinylen asked this question in Q&A
Discussion options

You must be logged in to vote

We don't set any keybinds for neo-tree, so it should be the ones on neo-tree default configuration.

The neo-tree documentation elaborates on this in the example config. Alternatively, if you would like to set it yourself, you may use vim.maps.

# Example from my configuration: Control+w for toggling Neo-tree
maps.normal."<C-w>" = {
	desc = "Toggle Neotree";
    action = "<cmd>Neotree toggle reveal<cr>";
};

P.S. I'm glad you're enjoying nvf, I don't do any of the HCL/Terraform/Opentofu stuff but good to hear that it's been serving you well :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vinylen
Comment options

vinylen Feb 19, 2025
Author Sponsor

Answer selected by vinylen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #649 on February 18, 2025 15:59.