Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 300 forks source link

File enhancement request (VI Mode) #76

Open rickjm540 opened 9 years ago

rickjm540 commented 9 years ago

For the vi emulation: I wish the buffer-marking commands worked - Like ma , y'a, "ap Netbeans implements this - we should have it too :)

-Rick Mills

Naatan commented 9 years ago

Hi @rickjm540, I am personally not familiar with these type of commands, could you supply a more specific use-case example or a link to an article that further explains what you are talking about?

Thanks

rickjm540 commented 9 years ago

Sure!

Here's a link that explains marks:

http://vim.wikia.com/wiki/Using_marks

-Rick

On Thu, Mar 26, 2015 at 1:01 PM, Nathan Rijksen notifications@github.com wrote:

Hi @rickjm540 https://github.com/rickjm540, I am personally not familiar with these type of commands, could you supply a more specific use-case example or a link to an article that further explains what you are talking about?

Thanks

— Reply to this email directly or view it on GitHub https://github.com/Komodo/KomodoEdit/issues/76#issuecomment-86691113.

Naatan commented 9 years ago

Interesting, this could easily hook into our existing bookmark functionality.

How you vim guys manage to memorize all these keys is beyond me.

rickjm540 commented 9 years ago

Hehe - it just feels so natural after a while. Esp the ma, y'a and "ap - use them ALL the time :)

Sent from my iPad

On Mar 26, 2015, at 3:13 PM, Nathan Rijksen notifications@github.com wrote:

Interesting, this could easily hook into our existing bookmark functionality.

How you vim guys manage to memorize all these keys is beyond me.

— Reply to this email directly or view it on GitHub.