Add cursor movement to TC command (cm_xxx)
Posted: 2015-12-31, 09:42 UTC
HI,
I would like to see the following TC internal command:
* cm_cursorup
* cm_cursordown
* cm_cursortopbottom (go bottom if already on top)
so that I can mimic basic vim movements by mapping "J" to cm_cursordown, "K" to cm_cursorup, and "G" to cm_cursortopbottom.
Currently there is a plugin Vitac to do this but it's a standalone app which adds a global hook to my system. I don't like that way.
I would like to see the following TC internal command:
* cm_cursorup
* cm_cursordown
* cm_cursortopbottom (go bottom if already on top)
so that I can mimic basic vim movements by mapping "J" to cm_cursordown, "K" to cm_cursorup, and "G" to cm_cursortopbottom.
Currently there is a plugin Vitac to do this but it's a standalone app which adds a global hook to my system. I don't like that way.