There are 3 articles written in January, 2017

Search and replace in visual selection in Vim

on January 23, 2017. in Software, Blablabla. A 1 minute read.

The search and replace feature is very powerful in Vim. Just do a :help :s to see all the things it can do.

XFCE4 desktop zooming with the keyboard

on January 19, 2017. in Software, Blablabla. A 2 minute read.

XFCE4 has a zoom feature available when the desktop composition is turned on. By default, holding the Alt key and scrolling up or down the mouse wheel,
I can zoom in or out the entire desktop. Once zoomed in, it follows the mouse pointer as to which part of the desktop to show.

Force Python version in Vim

on January 12, 2017. in Development, Software. A 2 minute read.

Vim can be compiled with Python support. Vim can be compiled with both Python 2 and Python 3 support.

Continue reading Force Python version in Vim...