I wanna add some key bindings on ansi-term's char mode but I couldn't yet... Do you have some tips for that? Is possible?
All my key bindings works properly in line mode, obviously, but how can I enable some key bindings (not all) in char mode?
|
I wanna add some key bindings on ansi-term's char mode but I couldn't yet... Do you have some tips for that? Is possible? All my key bindings works properly in line mode, obviously, but how can I enable some key bindings (not all) in char mode? | |||
|
feedback
|
|
There are actually two different modes used by ansi-term
For character mode, you'll want modify the
will send \C-a to the underlying terminal. I don't know what the key-map is for line-mode, but I'm guessing it's character mode you want to play with. | |||||
|
feedback
|