Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nvim-tree): add key mappings for file explorer #108

Merged
merged 2 commits into from
Aug 25, 2024
Merged

Conversation

dgokcin
Copy link
Owner

@dgokcin dgokcin commented Aug 25, 2024

Summary

This PR introduces new key mappings for the nvim-tree plugin to enhance the user experience by providing quick access to the file explorer.

Changes

  • Added key mappings for toggling the file explorer:
    • `` to toggle the file explorer
    • `e` to open the file explorer in the root directory
  • Removed the `event = "VeryLazy"` configuration as it is no longer necessary with the new key mappings.
  • Updated the existing key mappings to use the `` syntax for consistency and better readability.

Additional Notes

  • The new key mappings provide a more intuitive way to access the file explorer, improving workflow efficiency.
  • The `` mapping overrides the existing mapping to ensure there are no conflicts.
  • The `e` mapping is kept as an alternative for users who prefer using the leader key.

- fix delayed <C-b> and <leader>e key mappings to toggle nvim-tree
- added examples for adding, deleting, modifying, moving, and renaming files
- updated the input format section to include detailed descriptions of each example
- improved the clarity of the documentation by providing concrete examples of git diff output

this change enhances the documentation by providing users with clear and practical examples of how to format their input for the copilot-chat plugin
@dgokcin dgokcin merged commit 09c8f3e into main Aug 25, 2024
1 of 2 checks passed
@dgokcin dgokcin deleted the minor-fix branch August 25, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant