Vim has long been praised as one of the best text editors around, mostly for its completely mouseless navigation. However, it can be very confusing for beginners. This interactive tutorial gets you ...
The Vim text editor is beloved by programmers. It’s ludicrously powerful, and lets you accomplish tasks with greater efficiency than you otherwise would. But boy, is it complicated. So complicated ...
They say the cloud runs on Linux, and that's pretty much true. However, cloud infrastructure also runs many Linux VMs, and many of these VMs are managed by administrators whose primary experience is ...
If you prefer to use vi or vim for command-line editing, you can configure shells to use vi key bindings instead of emacs-style key bindings. Here’s how. By default, most shells use emacs-style key ...
Most Linux users know vim as a text editor that descended from vi. It can also function as a tool for encrypting text files. In this post, we examine how this is done and how to reverse the process.