Open timacs opened 3 years ago
Oh, just in case you didn't know, an example of the window commands is "C-w j" moving the cursor to the window below the current one. Not only can you move between windows, but also manipulate them in various ways.
that's all that should be redefined when the t-f-j rotation is turned off
My old rebindings—before I met this Emacs package—are similar to your package w/o the t-f-j rotation, so I turned it off. But I plan to go thru the Vim bindings related to it and bring the missing ones here. So, you can skip that part of work.
yeah i use similar bindings in my init.el.
i do not know how this can be achieved with the minor mode approach that this package currently uses.
destructive operations like writing into evil-window-map doesn't translate well to a minor mode on/off toggling (though i personally never disable it except in a few weird modes like magit-status)
The only hjkl-like commands left uncovered by this package is the window commands. I'd love to add support for them, but here my Emacs Lisp is not enough as they are inside
evil-window-map
. :confused:My workaround is the following lines in init.el (that's all that should be redefined when the t-f-j rotation is turned off):
Could you please add support for them or give me some hints on how to do that?