I have found a solution to this problem.
This keymapping was coming from the spacemacs org-mode layer:
https://github.com/syl20bnr/spacemacs/blob/bd7ef98e4c35fd87538dd2a81356cc83f5fdi02f3/layers/%2Bemacs/org/local/evil-org/evil-org.el#L134
In my init, this mapping can also be over-written to `ev
Hi, I am mapping the "t" character in evil normal/motion modes to
`evil-next-line` with the following. I am doing this mapping
for reasonable navigation with the Dvorak layout.
(define-key evil-normal-state-map "t" 'evil-next-line)
(define-key evil-motion-state-map "t" 'evil-next-line)
This w