Followup from #218
Thanks a lot. It is working much better now. I still have some minor issues though:
word word word<esc>bbcw<esc>wdw - first cw works, second deletes everything (I can only reproduce in zsh or pi for some reason, not bash)
- Commands like
evil-beginning-of-line don't respect prompt boundaries (e.g. will enter the prompt text in bash or zsh, then i will move the point to after the prompt). I have also tried binding the keys I use to send home/end or c-a/c-e to the terminal, which works in insert state but not normal state when evil-ghostel-mode is enabled (have to bind it to enter insert and send)
- I am still seeing some very weird edge cases with operators sometimes affecting the wrong text, will update if I can give reliable reproduction steps
Followup from #218
Thanks a lot. It is working much better now. I still have some minor issues though:
word word word<esc>bbcw<esc>wdw- first cw works, second deletes everything (I can only reproduce in zsh or pi for some reason, not bash)evil-beginning-of-linedon't respect prompt boundaries (e.g. will enter the prompt text in bash or zsh, theniwill move the point to after the prompt). I have also tried binding the keys I use to send home/end or c-a/c-e to the terminal, which works in insert state but not normal state when evil-ghostel-mode is enabled (have to bind it to enter insert and send)