shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

267
active users

#vim

2 posts2 participants0 posts today

I wanted to edit some work files in Vim, but in doing so realized that Vim uses straight quotes and apostrophes instead of curly ones (which I needed given the constraints of this project). I added the following to vimrc to make this feasible (note that I have vimwiki installed, so Vim id'd the markdown file I was editing as a vw file):

augroup vimrc_vimwiki
au!
au FileType vimwiki inoremap ' ’
au FileType vimwiki inoremap <leader>' ‘
au FileType vimwiki inoremap <leader>" “
au FileType vimwiki inoremap " ”
augroup END

Voila'! Typing a quote converts it to a closing curly quote; adding the Leader key makes it an opening curly quote!

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.

herecomesthemoon.net/2025/06/i

MOND←TECH MAGAZINE · I really like the Helix editor.‘Search & Replace’ popup windows are bad user interface design.
Replied in thread

@ploum @insolit @fabi1cazenave bonne idée pour l’article 😊
Le mapping c’est celui-ci : github.com/vjousse/dotfiles/bl
Altrgr+r ou Altgr-t en #Ergol ça fait + et - pile poil là où j et k sont placés habituellement pour #vim
Donc c’est comme si j’avais mes touches j k à l’emplacement #vim classique sauf que je dois rajouter Altgr pour les activer.
Yes pour le / j’utilise Altgr+i !

GitHubdotfiles/nvim-lazy/lua/core/keymaps.lua at master · vjousse/dotfilesMy very own dotfiles (sway, neovim, zsh, wezterm). Contribute to vjousse/dotfiles development by creating an account on GitHub.

Over or under rated: Moleskine, Obsidian Sync, Markdown, Vim, Pizza? @hyde 's Over Under series has another episode to check out.

Read it on my blog ellanew.com/2025-06-13-moleski
or Hyde's (includes his take on those 5 things) lazybea.rs/ovr-022/

ellanew.comAre Moleskine, Obsidian Sync, Markdown, Vim, and Pizza Over or Under Rated? - Ellane WIt was harder than I thought to decide.
Replied in thread

IMO if any programming language needs a specific IDE, someone has made a terrible mistake.

The best IDE is the Unix (#GnuLinux) shell and all the workflow tools available there, with a powerful *general-purpose* programmer's editor like #Vim or #Emacs.

Because programming typically involves writing *many* different languages in a single project. So we need the powerful shell and editor that has a huge community contributing features regardless of what language I'm editing.

@driscollis

I need help with a joke, please. Must be completely clean, no inuendo, no swearing. Clever is more important than Funny.

It starts like this:

Markdown, Emacs, and Vim walked into a bar…

I don't know how it should end. Throw 'em at me! Seems like a good header for next week's #PTPL post but it's gotta have a punchline or it won't work.

#markdown#emacs#vim