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

Unable to delete with dd on Windows #266

Open
RioNight opened this issue Jan 5, 2024 · 3 comments
Open

Unable to delete with dd on Windows #266

RioNight opened this issue Jan 5, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@RioNight
Copy link

RioNight commented Jan 5, 2024

I'm unable to delete with dd on Windows. I'm using Wezterm and bash.
Vd works (visual line mode + d). Vjjjd also works.

When I press dd to delete file80. The cursor gets looks like this:
image

Then, when I press jj, the cursor looks like this (see below). The initial d is shown in the command mode but I can use jk to navigate between files.

image

If press hj to go up a directory then back into it, the cursor looks like this
image

To get rid of the block in and only show the normal cursor > i need to enter :h<CR> and exit the help page.

@kyoheiu
Copy link
Owner

kyoheiu commented Jan 13, 2024

Can you do yyp (copy an item and paste it in the same directory)?

@RioNight
Copy link
Author

Yes, yyp works.

@kyoheiu
Copy link
Owner

kyoheiu commented Jan 27, 2024

I think something might go wrong inside state.delete() and the operation fails, but I couldn't find any bugs.
I don't have a Windows environment, so it's hard to debug. Sorry.

@kyoheiu kyoheiu added the bug Something isn't working label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants