The Efficiency of Vim(bencornia.com) I learned to touch type in fifth grade. We would shuffle into the computer lab and open up Mavis Beacon Teaches Typing1. I peaked at about 80 wpm. Today, I type somewhere between 60-70 wpm. If I am writing code then that drops to 40-50 wpm. It bothers me that I can't crack 100 wpm but what I have come to realize is that text editing is less about typing speed and more about typing efficiency.
93 points by JosefAlbers 46 days ago | 18 comments
Automating the Vim Workplace (2020)(sharats.me) I majorly use two tools for my coding workflow and one of them is GVim (on Windows). It’s my primary choice for editing text for ten years now and in that time, I’ve picked up several habits and tricks that made me very productive.
Vim Roadmap 2025(zed.dev) Zed’s Vim mode continues to improve! My newest favorite feature is the ! operator, which was the "last holdout" for common Vim operators:
43 points by testelastic 62 days ago | 25 comments
Trying out Zed after more than a decade of Vim/Neovim(sgoel.dev) I'm currently drafting this blog post in Zed. After using Vim/Neovim for more than 15 years, I recently decided to try out something new. I don't know if this little experiment will work, or if I'll run back to my trusty Neovim, but hey, what I do know is that I'd like to find out.
Vim is a cast iron skillet(eamoncaddigan.net) Vim was released as “Vim” in 1991, and is an extended version of vi, which itself has been around since 1976. Its default interface—the one I use daily—is a “text user interface” that’s launched in a terminal emulator (i.e., the “command line”2). Vim has mouse support, but it’s superfluous because everything can be accomplished through commands typed on the keyboard.
Switching to the meow modal editing system from evil Emacs(esrh.me) The first modal editing system I used was vim. After the initial learning curve that comes with getting used to not being able to type in every mode, it introduced me to a few key ideas that I feel lead to decidedly more efficient editing
Unused Keys in Vim(fandom.com) This page lists single unused keys in Vim. As such, it is an inverted version of :help index. In addition, the page lists synonyms that can safely be mapped.
121 points by stefankuehnel 162 days ago | 84 comments
Vifm(vifm.info) Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
I added a fun random ASCII art welcome screen to Vim(merlinsbeard.ai) If you use vim, you’re probably just like me. You spend way too much time customising your config files to optimize your keyboard shortcuts and make things look pretty. If you’re new to vim or have yet to customise your config files, I apologise. By the time you’ve read this post, you’ll have a new addiction.