Posts tagged vim

Dec07

VIM Tips

vim tips | comments

:w !sudo tee %      # Write to a file you don't have permission to
:options            # to show all the `set` options
:verbose set sts    # shows where sts was set

Apr14

Hacking PeepOpen: Ignore list and shortcut key

vim peepopen ignore shortcut | comments

I just bought the PeepOpen application, and so far it's been great. It's alpha software, so understandably it lacks certain features. Luckily, since the code is open, we can tweak it.

Continue reading »