I have noticed strange behavior when using term-mode
if I kill word in termmode using shell shortcuts (Alt-d), word disappears, but actually does not get killed. Here is an example
andrey@localhost:~ yes no-such-file
# press Alt-d
andrey@localhost:~ no-such-file
no-such-file
no-such-file
no-such-file
rather than
andrey@localhost:~ no-such-file
bash: no-such-file: command not found
thank you