Skip to content

Commit

Permalink
[vim keymap] Full rewrite
Browse files Browse the repository at this point in the history
See discussion in codemirror#984
  • Loading branch information
mightyguava authored and marijnh committed Nov 29, 2012
1 parent 7214c38 commit d97a00f
Show file tree
Hide file tree
Showing 4 changed files with 1,953 additions and 844 deletions.
3 changes: 2 additions & 1 deletion demo/vim.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ <h1>CodeMirror: Vim bindings demo</h1>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
lineNumbers: true,
mode: "text/x-csrc",
keyMap: "vim"
keyMap: "vim",
showCursorWhenSelecting: true
});
</script>

Expand Down
Loading

0 comments on commit d97a00f

Please sign in to comment.