Minimal ASCII snake game for Neovim to train your hjkl motions and mode switching muscle memory
I've long had this in .vimrc to turn off that crap mouse support:
set mouse-=a " disable auto-visual mode on mouse selection
But you're saying it doesn't work in .vimrc? Do you have `set nocompatible` in that file before everything else?
Software that tries to magically intuit what you want, and responds to that rather than what you actually told it to do, is a scourge on users. It pisses me off.
"Upgrading my Neovim config with some awesome new plugins"
https://www.youtube.com/watch?v=AAkrmfkC1L4 #vim #neovim
My log calendar week 28 / 2025 is available: https://github.com/vbd/Fieldnotes/blob/main/public-log/2025-cw28.md
Everyone is welcome to read, have fun and a good time!
#golang #webdev #development #vim #agile #ai
A new version of vim is now available. Go update :)
What's new:
- Vim now has the power of lemon.
- It can clean dishes for you .
- you will no longer get stucked in vim.
- Bug fixes.
#vim #linux #memes #meme #linuxmemes
I just published an in-depth post about my configuration of Neovim. It covers every setting, plugin, and custom keymap I use for a good development experience.
For a preview popup of quickfix entries in Vim, you can use my own quickpeek.vim: https://github.com/AndrewRadev/quickpeek.vim
Following up from a recent post I saw, I asked a #ai #chatbot to make up 3 personas based on #emacs, #vim and #vscode. The outcome was rather predictable:
```
**Richard (Emacs User)**
* **Core Drive:** Ultimate control and extensibility. Richard sees Emacs not just as an editor, but as an operating system for his programming life.
* **Cognitive Style:** Deeply analytical and enjoys understanding underlying mechanisms. He thrives on dissecting problems and building intricate, interconnected solutions.
* **Workflow:** Highly customizable and ritualistic. Richard has spent years tuning his environment, developing bespoke functions and keybindings that automate complex tasks. He likely uses Emacs for everything from writing code to managing email and reading RSS feeds.
* **Temperament:** Patient, persistent, and deeply intellectual. He's not afraid of a steep learning curve and finds satisfaction in mastering complex systems. He may be perceived as a purist or a bit of a Luddite by some, but he values depth over breadth.
* **Social Interaction:** Might be more reserved, comfortable in his well-crafted digital space. He enjoys engaging in deep technical discussions but might find casual chat less stimulating.
**Eric (Vim User)**
* **Core Drive:** Peak editing efficiency and modal mastery. Eric views editing as a craft where speed, precision, and fluidity are paramount.
* **Cognitive Style:** Tactical and focused on immediate, high-impact actions. He excels at identifying patterns and applying sequences of commands to achieve results rapidly.
* **Workflow:** Optimized for speed and minimal hand movement. Eric's muscle memory is his primary tool. His environment is likely lean, with essential plugins, designed for quick context switching and fluid navigation through code.
* **Temperament:** Pragmatic, results-oriented, and often confident. He appreciates elegant solutions that are immediately effective. He might be seen as sharp and direct, valuing brevity in communication as much as in editing.
* **Social Interaction:** Likely enjoys banter and competitive coding challenges. He's often passionate about his tools and enjoys sharing tips and tricks, but can also be fiercely opinionated about the superiority of his chosen method.
**Steve (VS Code User)**
* **Core Drive:** Broad functionality and seamless integration. Steve wants a powerful, all-in-one tool that "just works" and connects easily with other development services.
* **Cognitive Style:** Pragmatic and solution-oriented, valuing immediate utility and a low barrier to entry. He's adept at leveraging existing tools and readily adopts new features that enhance productivity.
* **Workflow:** Highly curated but less "built from scratch." Steve likely utilizes a rich ecosystem of extensions to add specific functionalities (linters, debuggers, Git integration, etc.). His environment is productive with minimal initial configuration, and he enjoys the visual feedback VS Code provides.
* **Temperament:** Sociable, adaptable, and generally enthusiastic. He enjoys collaboration and is quick to adopt popular trends and tools that streamline team workflows. He might prioritize getting the job done with the most accessible, well-supported tools.
* **Social Interaction:** Very team-oriented and collaborative. He's likely to be involved in code reviews, pair programming, and actively seeking out the best tools to facilitate team success. He's often an early adopter of new technologies.
```
Vim has a built-in `:sort` command that you could apply on a range of lines. But if you'd rather apply "sort" as an operator, try this plugin: https://github.com/ralismark/opsort.vim
Is nvim diagnostics virtual text disabled by default now, or did I do something? It's still there by default in vim. #vim
Yo Dawg I heard you like syntax highlighing
https://samifayoumi.ca/blog/002_inline-sql-syntax-highlighting/
Finally got around to trying NERDtree in #VIM. It might be sacrilegious, but I'm excited to have a mouse mode! I had no idea!
Ah yes, because who doesn't want to spend 21 minutes reading about a #tool that crams #Git into #Vim, only to realize that you still need a PhD in Vim-speak and Git wizardry to use it? π€π But fear not, the "help fugitive" command is here to make sure you remain as confused as ever! ππ
https://dzx.fr/blog/introduction-to-vim-fugitive/ #Humor #Confusion #HelpFugitive #HackerNews #ngated
Vim Fugitive in Action (2021)
https://dzx.fr/blog/introduction-to-vim-fugitive/
#HackerNews #Vim #Fugitive #Vim #Git #Plugin #Coding #Productivity #Developer #Tools
Vim Fugitive in action (2021) https://lobste.rs/s/luvgtn #vcs #vim
https://dzx.fr/blog/introduction-to-vim-fugitive/
I thought of something yesterday...why not have Jetbrains AI work inside my neovim editor? I started planning and building out a plugin at https://github.com/CharaD7/nvim-jetbrainsai-proxy for this purpose and by far...it's looking good.