Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#672
I didn't implement such additional mappings.
Moving the cursor back to the neo-tree: I don't think an additional mapping is necessary as this can be done with the present
:Neotree
commands and with vims window movement keys (<C-w>h
<C-w>
and the user-defined equivalents to it) etc..Close preview: I was not 100% sure about this one. But I also left it out for now, since the window can be closed with the standard commands for closing windows (i.e.
:q
). Users can also assign buffer local commands to close popup windows. But I can certainly see a use case for implementing this to make it specific to the preview. Please let me know what you think about how it could be implemented (Should it be another separate command to close the focused preview window?)