I would like to map j k motions in evil to be gj and gk respectively. This is a common remapping people usually do in vim. How can I do that in Emacs. I guess I just need to find how these Evil functions that correspond to gj and gk motions are named.
C-h kfollowed by the binding to find out the name of the command it is bound to. - itsjeyd