From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- codemirror_ui/lib/CodeMirror-2.3/demo/vim.html | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/vim.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/vim.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/vim.html b/codemirror_ui/lib/CodeMirror-2.3/demo/vim.html new file mode 100644 index 0000000..76ad6da --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/vim.html @@ -0,0 +1,50 @@ + + + + CodeMirror: Vim bindings demo + + + + + + + + + +

CodeMirror: Vim bindings demo

+ +
+ +

The vim keybindings are enabled by +including keymap/vim.js and setting +the keyMap option to "vim". Because +CodeMirror's internal API is quite different from Vim, they are only +a loose approximation of actual vim bindings, though.

+ + + + + -- cgit v1.2.3