It's hard to pick a side in the code editor wars...
Helix + Vim key bindings = **Evil Helix**
A soft fork of Helix which introduces Vim keybindings and more.
It's hard to pick a side in the code editor wars...
Helix + Vim key bindings = **Evil Helix**
A soft fork of Helix which introduces Vim keybindings and more.
To learn how to work with the undo history without plugins, check out `:help undo-tree`, which explains the built-in `g+`/`g-` mappings and the `:earlier` and `:later` commands.
Unlike most text editors, Vim's undo history is non-linear. The undotree plugin provides a convenient way to visualize and navigate it: https://github.com/mbbill/undotree/
I've been using VIM for over 20 years and now finally realized how useful the VIM macros can be...
#vim
It's been a good half year since switching to #vim as my main code & text editor and I've just written my first vim-script to offer me a template selection (different blog post types, notes, …) when starting a fresh markdown file.
Do I get a badge or something now?
Vim After Bram: a Core Maintainer on How They've Kept it Going: https://thenewstack.io/vim-after-bram-a-core-maintainer-on-how-theyve-kept-it-going/
#linux #update #foss #vim #bram #project #maintainer
Vim After Bram: A Core Maintainer on How They’ve Kept It Going Vim After Bram: A Core Maintainer on How They’ve Kept It Going: What happens when the chief maintainer of an open source project dies. Maintaining VIM turned out to be a full time job, though the community has stepped in to help. https://thenewstack.io/vim-after-bram-a-core-maintainer-on-how-theyve-kept-it-going/
@ChrisShort appending ! to a setting will toggle its value, so …
:set number!
That’s easy enough, but perhaps you might want to map that command to your leader key
In the age of GenAI and privacy abuse, open-source software and everyone who is contributing to building, maintaining, and supporting FLOSS are real heroes. Today, I thank all of them on this #ilovefs day.
I appreciate keeping software free so everyone can afford and use it. I love #Vim, #Linux, and #FreeBSD very much.
Thank you.
PS: Please share your gratitude with the #ilovefs tag.
With all the installations on #GNU/#Linux (servers, vms, desktop, ... ), #BSD and #Unix systems, #MacOS, #Microsoft #Windows and WLS) I feel comfortable to claim there or way more than 1 billion installations of Vi*; often without people knowing about it.
Thank you Bram Moolenaar, Christian Brabandt, the whole #Vim community, and all the people from projects like #NeoVIM, #Nvi, #Busybox #Vi, who develop and maintain their #vim flavour.
https://k7r.eu/thank-you-for-the-editor-of-the-beast/ #ilovefs
People ask why I use Neovim.
It's because of amazing plugins like this
**typr**: Typing practice plugin for Neovim with dashboard.
Supports showing detailed stats & configuration!
GitHub: https://github.com/nvzone/typr
To the #vim users out here: any clue on how I disable the vertical line that displays when I'm on an accolade? I guess it's to visualize the block of code you're working on, but I don't put my opening accolade after a statement on a newline, so it doesn't add anything for me.
It’ll save you more than keystrokes. It’ll save you time wondering if you even changed the file.
For an un-edited file, you can just use :q to close the file. For an edited file though, it needs to be written before it can be quit so you can do :w then :q or you can do :wq
:x will check for un-saved changes, and save them if need be. Then close the file for you.
Bonus tip — Use :xa to save and close *all* your files!
#vim #tips #meme
https://fosstodon.org/@vimtips/113905091685283017
That's just what I needed. I did a system update, restarted my PC and can no longer log in. It works directly on #tty, but if I try to edit a file with #vim or #nano, the programs apparently don't exist.
What the hell could be responsible for this? What has such power to cause such damage? I'm annoyed
خب دوستان این هم از آموزش تنظیم و کانفیگ Neovim.
به عنوان اولین ویدیویی که بصورت عمومی منتشر کردم بنظرم خوب شد.
امیدوارم مفید باشه، اگر نظری، سوالی و پیشنهادی داشتین حتما بگین.
How do you exit vim? Wrong answers only.