I looked at the code in  
/usr/lib/node_modules/tiddlywiki/plugins/tiddlywiki/codemirror/codemirroreditor.js
 
and I found:

                cm = CodeMirror.fromTextArea(this.domNodes[0],{
>                         lineWrapping: true,
>                         lineNumbers: true,
>                         /* keyMap: "vim", */  <== I added this, and it is 
> not the answer.
>                         showCursorWhenSelecting: true
>

When I tried the naive approach above, I got an error: "Map is undefined".  
I don't yet know enough about node.js to unravel this, but I hope to and 
any instructions and explanations are welcome.  This is as far as I can go 
given the current state of my understanding.  I hope to be able to be more 
help.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to