Hi folks, I'm working on a writing website. I am making an attempt to transplant the commands of the vim's Normal mode to an online editor.
The h and l moving comands have been implemented. And I have added two commands H and L: when you move the cursor, you'll select the characters it goes through. The H and L commands are similar to the functionalities of the Visual mode commands h and l. Next, I'm planning to implement more commands like j, k, w, b, etc. I intend to combine the functionalities of VIM, Web editors, and Wysiwyg. I'm not sure if there have been similar products. And I'm wondering if my idea is a good idea. I really appreciate any suggestions. I'm building the site: http://mynoteweb.com http://mynoteweb.com Henry -- View this message in context: http://vim.1045645.n5.nabble.com/VIM-Web-Wysiwyg-tp4283085p4283085.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
