js-vim icon indicating copy to clipboard operation
js-vim copied to clipboard

A JavaScript implementation of vim.

Results 74 js-vim issues
Sort by recently updated
recently updated
newest added

dw, especially. " 14 vim.addCommand({ 15 mode: 'command', 16 match: /:w\n/, 17 fn: function() { 18 "

"esc" has meant escape key, but that's not gonna cut it much longer. seems to be the vim-approved method (Leader definitions accept it), so let's switch to that.

col makes more sense and avoids reserved word, and is what vim uses. There are ~ 100 references to it so a careful search and replace should work.

Thanks http://vim.wikia.com/wiki/Using_marks ! `. jump to position where last change occurred in current buffer `" jump to position where last exited current buffer `0 jump to position in last file...

curDoc sucks. vim.doc should replace it.

http://docstore.mik.ua/orelly/unix/upt/ch33_04.htm: a - append c - change co / t - copy d - delete g - global i - insert m - move p - print (cool) q -...