bind really help to organize and view the bindings in a logical way but i am not sure how to set evil mode specific bindings
Like how can i set
(org-mode-map
"<RET>" '+org/dwim-at-point
"?\t" 'org-cycle
(:prefix "z"
"i" (cons "inline images" org-toggle-inline-images)))
For just the evil normal state
bind really help to organize and view the bindings in a logical way but i am not sure how to set evil mode specific bindings
Like how can i set
For just the evil normal state