I just learnt about marks in Vim and I like it quite a lot. But I've noticed that Vim automatically creates marks, could there be a way to prevent that

link|improve this question

1  
Maybe you can provide an example of what you mean here. Are you concerned about the jumplist? About the '< and '> visual block marks? You do realize that, by default, marks aren't saved to disk, right? – Conspicuous Compiler Aug 14 '11 at 12:28
3  
(Try giving an example of :marklist and call out the specific ones that concern you.) – Conspicuous Compiler Aug 14 '11 at 12:28
Well the only problem I have is that I get loads of marks automatically created by vim, which I really don't need, – Rigel Glen Aug 15 '11 at 5:08
1  
Ok, so many of them are for futures you don't (yet) use. But how do they make your editing less efficient? – Conspicuous Compiler Aug 15 '11 at 5:44
It's not that they make me less efficient... When they load, they take a mammoth amount of space when they open up, plus, when the file is loaded ( especially a large one ) it takes time to create marks. ( Or at least I think so... ) – Rigel Glen Aug 18 '11 at 16:29
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.