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 in command mode #72

Closed cevhyruz closed 4 years ago

cevhyruz commented 5 years ago

vim version: 8.1.948 Operating system: Kali (linux 4.14.0)

Athame installed as a local copy, no configuration. vim has an empty ~/vimrc and no other packages is loaded (checked with :script command). yet it's a little laggy when typing in command mode any idea?

ardagnir commented 5 years ago

Command mode (:?/) is where athame is slowest because there are no autocmds. It shouldn’t be too slow but a ~100ms lag in command mode is normal

cevhyruz commented 5 years ago

I guess it should but mine was slower than in the demo on readme so I presume this is not a normal thing. Is there any way to profile it?

ardagnir commented 4 years ago

For Vim 8.0.1445+ and Athame v1.2+, command mode uses autocmds and should be as fast as the rest of Athame.