nixCraft, to linux
@nixCraft@mastodon.social avatar
seve_py, to vim
@seve_py@fosstodon.org avatar

Curious about how many Vim/Neovim plugins you’re rocking? 🤔 Jump into your terminal, navigate to your Vim or Neovim configuration directory, and run this command: ls -alp | wc -l. I currently have 41 plugins, but I’m aiming to slim down to 30-35. How about you? Share your plugin count below!

Ronald, to linux Dutch
@Ronald@mastodon.nl avatar

Fijn onderwerp voor übernerds om zich eens lekker af te kunnen zetten tegen de sukkelaartjes die niet vloeiend zijn in VIM. Want als je geen liefhebber bent van (een soort editor uit het stenen tijdperk) dan ben je af (zie comments onder het onderwerp).
Nano is prima bruikbaar voor de meeste klusjes aan de CLI, laat ze verder maar lekker kletsen.
https://tweakers.net/nieuws/221570/nano-80-is-uit-met-betere-hotkeys-voor-knippen-en-plakken-en-nieuwe-zoekfunctie.html

koen,
@koen@procolix.social avatar

@Ronald wat jammer dat er geen bordje zit in de emoticons.

De mensen uit de comments hebben in zekere zin gelijk. Als je goed of of beheerst is een editor zoals een vertragende factor.

Voor de chauvinisten hier, Vim is een Nederlandse uitvinding! Jammer dat de uitvinder overleden is: https://nluug.nl/nieuws/bram-moolenaar-overleden/

vinib, to vim
@vinib@fosstodon.org avatar

users: do you use the editor for project-wide find and replace or just regular shell?

atoponce, to vim
@atoponce@fosstodon.org avatar

I know a joke about . jk

vjousse, to neovim French
@vjousse@mamot.fr avatar

What do you think folks, should I update https://vimebook.com to only or should I stick to and create separate content for ?

vjousse, to vim French
@vjousse@mamot.fr avatar

I'm about to update my book on but as I am now mostly using , I'm a little bit outdated about plugin management. What would you recommend instead of pathogen (for vim, not for neovim)?

awoodsnet, to vim
@awoodsnet@phpc.social avatar

People often talk about Emacs vs Vim. Every developer I’ve met uses Vim. Occasionally, some of the vim users will say they have previously emacs, but switched to vim.

So where are all the people who are currently using Emacs?

I’m not trolling or looking for an argument. I legit want to know!

bbelderbos, to vim
@bbelderbos@fosstodon.org avatar

People often ask me what makes me fast in 🏃

A while ago I made a video showing my 80/20, including Vim's leader key, FZF, jedi-vim, more undo history, disallowing saving upon syntax errors, and more. 💪

https://www.youtube.com/watch?v=B9tZyFXr1Yw

deflockcom, to vim
@deflockcom@mastodon.social avatar

when you are in because the is miss configured and you don’t know where is the : XD

sci_photos, to vim German
@sci_photos@troet.cafe avatar

„… wie man Klein- in Großbuchsta …“
– „Tilde!“

am ​stisch

brettcannon, to vim
@brettcannon@fosstodon.org avatar

If I can't convince you to use VS Code, but you want to try #Vim and have found it intimidating, my friend Dusty Phillips has a free book he has started to write on #LazyVim at https://lazyvim-ambitious-devs.phillips.codes/ (blog post about the book at https://dusty.phillips.codes/2024/04/25/lazyvim-for-ambitious-developers/).

mblayman, to vim
@mblayman@mastodon.social avatar

👾 This presentation covers 101 to provide an understanding of how Vim works. Want to know why we use :q to quit Vim? You'll learn that and more in this talk. https://www.youtube.com/watch?v=zxdQJlB65lA

VimLinks, to vim
@VimLinks@hachyderm.io avatar

To get automatic completion in your Vim9 command-line, try the autosuggest plugin: https://github.com/girishji/autosuggest.vim

video/mp4

publicvoit, to emacs
@publicvoit@graz.social avatar

"I hope you don’t mind me asking but what keeps you coming back to ? I am currently wondering whether to look at again - it does seem to be faster and with a strong community around it."

Protesilaos Stavrou answered:
https://protesilaos.com/codelog/2024-04-24-re-what-keeps-you-emacs/

peateasea, to vim
@peateasea@mastodon.social avatar

Some editors seem to randomly insert non-breaking spaces. This can be a pain. In replace them with normal spaces like so:

:%s/<Ctrl-V>u00a0/ /g

where u00a0 is the utf-8 sequence for a non-breaking space.

jonyoder, to vim
@jonyoder@mstdn.social avatar

I've been dinking around with a bit lately. Looked some of the help info and I have a serious question: why are some of the keyboard shortcuts so arbitrary?

Ctrl+] to follow a link but Ctrl-T to go back? I can't see the logic. Is there any to this?

jhx, (edited ) to firefox
@jhx@fosstodon.org avatar

Daily driver is now a 7060 Micro. 😉
In the end all I need is and a good editor like - and of course my trusty :debian:
This system has also a NVMe inside which can be used for another OS of choice.. more on that later 😎

If I want to do some gaming I can fire up the system - but that is quite rare already.

So, saving energy and getting work done is a good deal 🙂

Specs:
i7-8700 (12)
32GB RAM
2TB SSD / 256GB NVMe

nixCraft, to random
@nixCraft@mastodon.social avatar

Seriously, is it just me or is software quality getting worse? It is now, buggier and slower. What is going on? 🤔

gi124,
@gi124@mastodon.social avatar

@nixCraft I've been using for 20 years (now using ). It's still lean and mean when used "vanilla". However, if I enable the autocomplete, autocompile, auto spellcheck, treesitter, folding, etc. then it noticeably takes up CPU as I type. I don't mind paying some CPU for this...

But for eyecandy I really couldn't care less. Loved my keyboard only setup. When I switched to I finally gave up fvwm for . Happily, kde is lean and fast even with eye candy...

jbzfn, to vim
@jbzfn@mastodon.social avatar

Vim Lands XDG Base Directory Specification Support | Phoronix

「 Rather than just dumping all configuration files / cache / data into the home directory folder, Vim can now respect the XDG Base Directory specification with regards to the directories such as for the XDG cache, configuration files, persistent data files, and state data files 」

https://www.phoronix.com/news/Vim-XDG-Base-Directory-Spec

shanecelis, to vim
@shanecelis@mastodon.gamedev.place avatar

My friend told me this story: “Git ain’t working. Must be your submodules.”

“Here. Let me help you. Hmm, maybe you want to try lazygit.”

“WHAT IS THIS?! YOU MUST BE ONE OF THOSE VIM FREAKS.”

And he was, friends. He was.

#vim #git

gregorni, to emacs
@gregorni@fosstodon.org avatar

My supervisor at CERN uses Emacs with a plugin to emulate Vim bindings! 🤯

He is the true winner of the Vim vs. Emacs wars.

nithinbekal, to neovim
@nithinbekal@ruby.social avatar

PSA: If you're using Ruby LSP on neovim with nvim-lspconfig, I just renamed the config name from ruby_ls to ruby_lsp, and you might see a warning like this:

ruby_ls is deprecated, use ruby_lsp instead.
This feature will be removed in lspconfig version 0.2.0

The LSP will continue to work, but if your LSP setup doesn't use something like mason, you should be able to replace ruby_ls with ruby_lsp to avoid this warning.

Context: https://github.com/neovim/nvim-lspconfig/pull/3105

orhun, to rust
@orhun@fosstodon.org avatar

Want to add Vim key bindings to your Rust application? 🤔
Say less.

🦀 modalkit: A Rust library for building modal editing applications.

🚀 Can be used with TUIs (via @ratatui_rs) or shell-like applications.

⭐ GitHub: https://github.com/ulyssa/modalkit by @ulyssa

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • Youngstown
  • everett
  • slotface
  • rosin
  • osvaldo12
  • mdbf
  • ngwrru68w68
  • megavids
  • cubers
  • modclub
  • normalnudes
  • tester
  • khanakhh
  • Durango
  • ethstaker
  • tacticalgear
  • Leos
  • provamag3
  • anitta
  • cisconetworking
  • lostlight
  • All magazines