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

Issues with multi line editing in IPython #30

Closed infokiller closed 6 years ago

infokiller commented 8 years ago

After pressing the return key in a multi line statement, instead of continuing the editing on the next line, the insert mode indication at the bottom disappears and then when I start typing again the cursor position is set to the beginning of the line. For example, after typing the following and pressing return:

for i in range(3):

I would expect the cursor position to be indented and to stay in insert mode.

I'm using IPython 4.0.1.

ardagnir commented 8 years ago

This is fixed. I'm keeping this bug open because there are other issues with multiline editing, ie that athame effectively breaks history into single lines.

ardagnir commented 6 years ago

The original bug is fixed. I'm closing this and opening a new bug for full multiline editing support