Category: tools | Atom Feed

XWiki and slashes in URI

XWiki is a great open source Atlassian Confluence replacement (some argue it is better, I leave it to your assessment). We use XWiki a lot at Tenesys to document internal projects, and create documentation of clients' platforms. We run XWiki ...


Delete until signature in vim

It has been bugging me for a while. When responding to an email, you often want to delete all the content (or part of the previous content) until the end of the email's body. However it would be nice ...


forwarding messages with attachments in mutt

This is a pain for every mutt user. I do not know why this solution is so hard to find. Just add these two lines to your .muttrc.

set mime_forward
set mime_forward_rest=yes

This will forward an email with all ...


Highlight lines over 79

If you want to stick to PEP8 speccification of Python syntax, you should stick to 79 line length. It is very easy to forget to follow that rule, fortunatelly vim can help you. There are many nice solution to inform ...


Toggle cursorline and cursorcolumn function in VIM

It is often very comfortable to see where your cursor in VIM is. To achieve that you can use cursorcolumn and cursorline to highlight the row and the column in which you are currently present with your cursor. Below is ...

© 2012-2014 Dariusz Dwornikowski. Built using Pelican. Based on theme by Carey Metcalfe, available on GitHub, which is based on svbhack by Giulio Fidente, modified by Vincent Cheng.