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

Control-C doesn't work in athame #4

Closed ddevault closed 9 years ago

ddevault commented 9 years ago

Would be nice if some readline things still worked, such as ^D to exit, ^L to clear, ^C to abort the current line, etc.

ardagnir commented 9 years ago

^D and ^L are now passed through to readline. ^C won't be until I fix athame's signal handling.

ddevault commented 9 years ago

Thanks!

ardagnir commented 9 years ago

^C is working in master