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

Feature/enter insert mode #3

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Feature/enter insert mode #3

merged 2 commits into from
Mar 14, 2024

Conversation

mikavilpas
Copy link
Owner

No description provided.

I have a custom `my_find_file_in_project` function that I use to
navigate to the files in my current project.

This invokes telescope to display the files, and if a directory is
selected, it opens yazi to browse the directory.

The problem was that when yazi was opened for a directory, yazi would
open in normal mode, and would not accept any commands and just move the
neovim cursor instead.

This change fixes that issue for me.

You can see the current implementation here:

https://github.com/mikavilpas/dotfiles/blob/00c5719241d9ed09a48417645d92e2e3706ab534/.config/nvim/lua/plugins/telescope.lua?plain=1#L47
@mikavilpas mikavilpas merged commit 4beaec3 into master Mar 14, 2024
12 checks passed
@mikavilpas mikavilpas deleted the feature/enter-insert-mode branch March 14, 2024 19:38
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