ardagnir / athame

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

Slow carriage return and tab in INSERT mode, but ok in NORMAL mode #61

Closed nemanjan00 closed 5 years ago

nemanjan00 commented 5 years ago

Hi, when I am in INSERT mode, even with .vimrc deleted, I encounter very problem where, when I press enter, I have to wait a few seconds.

With NORMAL mode, it just works instantly.

What details do you need?

Same problem accurs within both python interpreter and zsh.

nemanjan00 commented 5 years ago

Ok, narrowed down problem a little bit...

ATHAME_TEST_RC=~/.athamerc alacritty

This way it runs ok...

nemanjan00 commented 5 years ago

Changing from vim to neovim fully fixed this for me.

ardagnir commented 5 years ago

It sounds like one of your plugins isn’t working nicely with Athame. ATHAME_TEST_RC forces vim to run to run with plugins disabled, which is probably why it works better.

nemanjan00 commented 5 years ago

Well, if it is problem with my setup, then it is closed :D

nemanjan00 commented 5 years ago

Thanks a lot!