I'd like to do ls without seeing all the ~ files generated by vim. Is it possible?
|
|
This is better solved from within vim, as opposed to bash. Use
to put all your ~ files in the If you don't want backup files to be generated at all, you can use
to disable it, but you will of course lose that functionality. EDIT: Although the above solution is still the one I recommend because you can do more with it, I just realized that EDIT v2.0: As noted by Wesley, some platforms' |
|||
|
|
|
|
Many editors use the
Edit: Mac OS X |
|||
|
|
|
|
You'll be sorrrrryyyy if you just hide them from ls. They'll still be there as far as grep and other tools are concerned except that now you can't see them. Moving them to /tmp is a much better way to go. This problem is ESPECIALLY severe with .svn directories, which have all kinds of useless cr*p that you really don't want to edit. I don't know a solution to that one. |
||
|
|
