Helix-Vim – A Vim-like configuration for Helix
I like Helix, also because I'm a Rust fanboy, but I'm used to Vim use and only now discover this configuration. Let me delve deeper into the configuration of the editor again.
🧑💻 https://github.com/LGUG2Z/helix-vim
TIL You can ripgrep (or grep) the buffer inside #vim #neovim and have the result back in the buffer.
:%!rg PATTERN %
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
I just love :vim: #vim for its macros 🤩
(vim macro in the #AltText)
#TexLaTeX
Vim colocar comida para os gatinhos da rua e agora o gatinho preto e branco estš me seguindo, não quer que eu volte pra casa. 😬
Tired of copying `src/file/name.ext:42:5` from a compiler's output, carefully stripping the `:42:5` line and column number, opening the file in your favorite #VIm variant and then pressing `42G` (provided you remembered the line number)?
Vm Script 2184 "file:line" has you covered, <
Vieb - Vim bindings for the web by design
Vieb is the Vim Inspired Electron Browser
✏️ #vim #web
Fareless transit is the emacs-vs-vim debate of the urbanist nerd.
@… I am afraid I don’t have an answer for you, but I can tell you, based on similar, not-quite-so-pushy experiences, that Copilot in Neovim is just as overrated and pointless as it is in Vim.
(FWIW, I found the migration from Vim to Neovim surprisingly non-traumatic.)
Thanks @… for posting this on discourse 3 years ago #nix to trigger a mismatch a bit earlier than $currentDate
Eine meiner meistgenutzten Tasten in vi und vim und für mich zugleich eines der Killer-Features: der Punkt. #unix #vi #cli
It's not often that I deploy a quick change to my ~/.vimrc
and it so thoroughly improves my life, but setting <Shift> <Tab>
to correct the most recent misspelled word has done exactly that, right up there with when I learned about <Ctrl> p
and <Ctrl> n
in insert mode. #vim
" Correct the closest misspelled wor…
Decided to work on my Vim config last night and tonight. I have so many plugins installed now…
One of my most… lasting… memories from the #EuroPython sprints is when I almost threw this gentleman’s notebook against the wall. And that was AFTER he switched off his colemak crimes.
É dia de prova, então vim com a minha camisa do Darth Vader para combinar rs. #TheEvilProfessor
@… @… I use vim to edit my VS Code config, so touché.
Why do people fight about Emacs vs. Vim when you can, like me, just use both?
Vim binds in my browser is so nice.
#vim #vimbinds #linux #browser
I've been using the #HelixEditor as my daily driver for the better part of a year now and I couldn't be more happy with it. I've managed to get a near-IDE setup and experience thanks to zellij and some awesome TUI tools.
This article aligns well with my experience, I recommend reading it if you're "modal editor curious" or dissatisfied with your (neo)vim config maintenance burden.
#helix #modaleditor #vim #neovim
@… Are you going with vim or neovim?
If the latter, I definitely recommend writing your vimrc in Lua, rather than Vimscript. You’ll find many plugins are much easier to configure that way, if nothing else.
@… It seems to be progressing a little faster. I think the LSP stuff is more mature, for example. And I do appreciate the Lua. I switched back when vim was mostly unmaintained, but it seems to be back to business now.
I guess it mostly depends on whether you care about the nvim-only features.
@… Best of luck!
I checked my history and it seems I started out by symlinking the neovim config file to ~/.vimrc, and aliasing `nvim` to `vim`, with no other changes.
This was 8–9 years ago, apparently, so hopefully that still works.
I did eventually rewrite my config in Lua but only after plodding along fine for several years.