Jonathan Sahar

Results 5 comments of Jonathan Sahar

That would be amazing to have other input-methods available in the incremental filtering mode! +1

same here, it's still a major usability issue...

Hi, has there been any progress with this since? I'm writing hebrew on Doom and I'm still getting the same behavior (`l` in evil-mode moves cursor to left and `h`...

> > 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) > >...

Hi, Thanks your response! I have the following value for `company-backends`: `(company-capf (:separate company-dabbrev company-yasnippet company-ispell)) ` I'll try to work out a workable minimal config later today. I did...