Category: Tutorials 📁
Tutorial: Integrating ranger and sxiv with Advanced Features
📅 06.07.2025
This tutorial combines all the necessary steps to seamlessly integrate sxiv and ranger, including: Launching a gallery view from ranger Configuring keybindings in ranger Creating an interactive “Open with…” menu in sxiv Opening ranger from within sx…
Vim Tip: How to Insert the Current Time with a Shortcut
📅 03.07.2025
When keeping a journal, logging meetings, or documenting events, an accurate timestamp is invaluable. However, manually typing the time is cumbersome and interrupts your writing flow. In this short guide, you’ll learn how to use a single, clever line…
Dual Journaling with Vimwiki: How to Separate Personal and Business Notes
📅 02.07.2025
In the previous post, we built a powerful journaling system using Vimwiki. It’s a fantastic setup, but as you use it more, a common problem emerges: professional meeting notes mix with personal reflections, and work to-dos get tangled with weekend pl…
Getting Started with Vim Plugins: A Beginner's Guide to vim-plug
📅 26.06.2025
So you’ve found an exciting Vim plugin—perhaps for journaling with Vimwiki—and you’re ready to supercharge your editor. This guide will walk you through setting up vim-plug, a fast, minimalist, and incredibly popular plugin manager. Once you’ve compl…
Spell Checking in Vim: A Comprehensive Guide
📅 25.06.2025
Spell checking is an essential feature for any editor, and Vim comes with a powerful built-in solution. This guide will walk you through everything you need—from basic activation to advanced customization and keyboard-layout considerations. Changelog…