VimTricks is a Vim newsletter. Tips, tricks, hints, and tutorials about the Vim editor right in your inbox. New tricks every Monday and Thursday. (more…)
Read more »
~ 1 minute As a software developer you probably have to perform actions like copying different pieces of your code from multiple files into different locations of your current Vim session. Using only system clipboard, this can be a cumbersome and time con... (more…)
Read more »
The = (equal sign) character helps us with misspellings, filters and formats the contents of our buffer, and lets us evaluate expressions like a calculator. ... (more…)
Read more »
Problem: Cannot do fuzzy string matching.
Solution: Add matchfuzzy(). (Yegappan Lakshmanan, closes #6932)... (more…)
Read more »
Make that text editor into a real IDE using LSP, no coupling required! (more…)
Read more »