vipzhicheng / logseq-plugin-vim-editor

Logseq VIM editor
MIT License
46 stars 2 forks source link

Questions about remappings #6

Open navakelvin opened 10 months ago

navakelvin commented 10 months ago

Could you explain how to implement remapping?

I have managed to do remaps through the console with :unmap :nmap :imap

However, this is not permanent and I want to do it from code. I've tried it based on the CodeMirror documentation and it doesn't work in your extension.