this post was submitted on 18 Aug 2025
46 points (97.9% liked)

Programming

22492 readers
155 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] 30p87@feddit.org 7 points 2 weeks ago (1 children)

I have a small script that opens/closes vim with ~/documents/notes.txt in new foot terminal, at the lower right corner, and bound that to Super + P

[–] Lembot_0004@discuss.online 10 points 2 weeks ago

Pfah, I have a small mechanical button on my machine that closes Vim!

[–] footfaults@lemmygrad.ml 1 points 2 weeks ago (1 children)

I use Obsidian, and have the Vim bindings enabled.

[–] hallettj@leminal.space 2 points 2 weeks ago (1 children)

Me too, but I sometimes access my Obsidian notes in Neovim using obsidian.nvim. If I'm doing substantial editing it's nice to have my usual editor. And then the experience is pretty similar to VimWiki.

[–] footfaults@lemmygrad.ml 2 points 2 weeks ago

Ooh I'm going to have to check that out