Yusuf Mohammed
Yusuf Mohammed
That is strange because I can't reproduce the issue on emacs -Q. if I run emacs -Q, open an empty file (C-x C-f testfile), and type some RTL text, and...
My mistake, I should have clarified that. As far as I know vim/nvim bidi support is very poor, if any at all, since that was one of the reasons that...
Cool, I don't know about your plans about how to resolve this, but I was hopping at least that the desired behaviour for hjkl and arrow keys could be set...
Adding this to my .emacs gives me the behaviour I want: ``` (define-key evil-normal-state-map "h" 'left-char) (define-key evil-normal-state-map "l" 'right-char) (define-key evil-normal-state-map [left] 'left-char) (define-key evil-normal-state-map [right] 'right-char) (define-key evil-visual-state-map...
> Adding this to my .emacs gives me the behaviour I want: > > ``` > (define-key evil-normal-state-map "h" 'left-char) > (define-key evil-normal-state-map "l" 'right-char) > (define-key evil-normal-state-map [left] 'left-char)...
> Make sure to `(setq visual-order-cursor-movement t)`
Thanks for the suggestion, you are correct, I tried DejaVuSans and characters are being displayed, BUT 1- they are in reverse order. 2- they are not connected. I am not...