jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
966 stars 73 forks source link

how to leave insert mode use 'jj' rather than '<Esc>' on jupyterlab-vim editor? #126

Open ZihaoXingUP opened 3 years ago

ZihaoXingUP commented 3 years ago

how to leave insert mode use 'jj' rather than '' on jupyterlab-vim editor?

ianhi commented 3 years ago

Hi @ZihaoXingUP currently the best way is with a different extension https://github.com/ianhi/jupyterlab-vimrc see discussion here: https://github.com/jwkvam/jupyterlab-vim/issues/17#issuecomment-632903257

ZihaoXingUP commented 3 years ago

Hi @ZihaoXingUP currently the best way is with a different extension https://github.com/ianhi/jupyterlab-vimrc see discussion here: #17 (comment)

thanks so much! i will try to use this!