You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While in renamer, pressing <C-w> to delete the word will enter normal mode, it treats it like you are trying to enter a different window.
The renamer will be stuck on screen.
Steps to reproduce:
open renamer
press ctrl+w to try to delete the word
press 'j' or 'k'
video.mp4
A "fix" I have is to close the window once it loses focus:
While in renamer, pressing
<C-w>to delete the word will enter normal mode, it treats it like you are trying to enter a different window.The renamer will be stuck on screen.
Steps to reproduce:
video.mp4
A "fix" I have is to close the window once it loses focus:
But this doesn't solve the issue that I can't delete the whole word.