ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

Carriage return stays inside Vim #11

Closed daniellandau closed 9 years ago

daniellandau commented 9 years ago

It seems that most of the time when I hit enter, I just move to the next line in the Vim buffer. Some times it seems to be passed on and the command gets executed but most of the time not.

In normal mode, it seems to work better if I wait a couple of seconds after the previous key stroke before hitting enter. In insert mode, it sometimes works when cursor is not at the end of the line but not always.

All the times I managed to get the carriage return through where in python, not even once in bash. (I launched both from zsh which doesn't use readline)

ardagnir commented 9 years ago

Thanks, this should be fixed now.

daniellandau commented 9 years ago

Works, so cool, thanks!