Let's look at fzf advanced features by creating interfaces for one of the best tool we have, Git.| The Valuable Dev
The tool sed is often misunderstood. Yet, it can be very useful to edit automatically a bunch of files directly in the shell or in a script.| The Valuable Dev
The CLI fzf is not only useful in the shell: it's also a great tool to use directly in Vim (or Neovim), to search for specific files for example.| The Valuable Dev
The CLI grep is useful to parse files (or other CLIs' output) and find the information you need.| The Valuable Dev
The CLI find is one of the best tool you can use in your *nix shell. Let's look at it in depth.| The Valuable Dev
Tree-sitter is a powerful tool embedded in Neovim to precisely parse your source code, to enjoy fast syntax highlighting and other functionalities.| The Valuable Dev
The terminal is the result of its history, from the telegram to our terminal emulators. What is the difference with a console? The shell?| The Valuable Dev
The CLI fzf can greatly improve our shell by fuzzy searching any files, directories, and anything else you want.| The Valuable Dev
Many CLIs are general enough to be powerful in many situations; fzf is a good example. Fast, highly customizable, it answers many needs.| The Valuable Dev
Let's dive deeper in Vim regexes by looking at specific metacharacters only available in your favorite editor.| The Valuable Dev
Regular expressions can be frightening if you have no idea what you're looking at. Let's unravel their meanings.| The Valuable Dev
It can be hard for beginners and experts alike to manage files efficiently in the shell. Let's improve that!| The Valuable Dev
Text-objects are useful constructs to edit our content in Vim. What could be better? Creating our own!| The Valuable Dev
If you use Zsh often, it's worthwhile to customize the Zsh Line Editor to your needs, to bring even more efficiency and ease in your workflow.| The Valuable Dev
Expanding files, parameters, or the history using Zsh is the fastest way to get quickly what you want, without writing boring scripts.| The Valuable Dev
Understanding the Vim runtime open new possibilities to configure your favorite editor: you can create some config for specific filetypes, or even load custom functions only when you use them.| The Valuable Dev
This new Vim article explains special arguments for mapping, how to create operator pending mappings, the command ':execute', autocommands, custom functions, user commands, and more| The Valuable Dev
Discover Vim's keystrokes for INSERT mode completion, abbreviations, how work the viminfo file, and more!| The Valuable Dev
How work the Zsh completion system and how to configure it according to your needs, without any framework or bloated library.| The Valuable Dev
Continuing our path to Vim mastery with digraphs, interesting keystrokes in VISUAL and INSERT MODE, thorough explanations of Vim's regex engine, and more!| The Valuable Dev
You know already the basics of Vim and you want to get better? This article explains more advanced Vim concepts.| The Valuable Dev
Command-line interfaces can solve many problems developers have. It's important to have a good shell, like Zsh, to leverage their power.| The Valuable Dev
Using a window manager such as i3 offer many advantages: light, configurable, and easy to use only with a keyboard!| The Valuable Dev
One of the main tool I use daily for any project is the fantastic tmux. It will change your terminal experience. What it is? How does it work? How to configure it?| The Valuable Dev
Learning Vim's basics can be very beneficial for developers, and very easy to do! Let's break the mystery surrounding Vim together.| The Valuable Dev
This is a deep dive into mycli, the best free tool to manage MySQL databases with a fantastic auto-completion.| The Valuable Dev
If you wonder what is a Mouseless Development Environment and why it makes you efficient, here are the answers.| The Valuable Dev
A complete guide about searching, finding and replacing in Vim, in one or multiple file, with or without plugins| The Valuable Dev
Simply the best plugin list for developing PHP applications in Vim.| The Valuable Dev
PhpStorm and Vim: the first is a complete IDE, the second an editor from the 70s. But yet, I switched from the first to the second!| The Valuable Dev
We continue our walk on the path leading to Vim mastery by reviewing crazy Vim functionalities which will increase even more your productivity.| The Valuable Dev