-
Hi! Loving nvf and the minimal config, it mostly does what i need except OpenTofu stuff :) However i cannot for the life of me find the default keybind for opening neo-tree? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 # 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 :) |
Beta Was this translation helpful? Give feedback.
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
.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 :)