thomcom / autovim

Permanently enable vim mode in CodeMirror elements like those in Jupyter Notebooks and Google Colab.
Apache License 2.0
27 stars 3 forks source link

vimrc #1

Open lsimmons2 opened 5 years ago

lsimmons2 commented 5 years ago

Is there a way to add custom mappings as you would in a .vimrc? Thanks!

thomcom commented 5 years ago

I'm not sure - this simple plugin is based on the Vim Mode options from CodeMirror:

https://codemirror.net/doc/manual.html#vimapi

and

https://codemirror.net/demo/vim.html

I vaguely remember seeing a way to customize settings but I don't recall directly.