Toggle command to close any source #875
Replies: 1 comment
-
This is being discussed here => #775 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to use neo-tree as a sidebar that I toggle to be displayed or hidden. I travel through its sources (buffers and git_status) using
winbar
and the keymapsprev_source
andnext_source
.So far I have achieved that but I have one issue:
<leader>e
to:Neotree toggle
<leader>e
=> displays the neo-tree in the filesystem source (default)next_source
keymap<leader>e
Is my expected behavior achievable with the actual neo-tree? Otherwise, I was thinking then to apply some logic to find out if a neo-tree window is opened, if so run
NeotreeClose
instead.Beta Was this translation helpful? Give feedback.
All reactions