thelinuxcast, to random
@thelinuxcast@fosstodon.org avatar

Vim folds are the worst part about vim.

jbzfn, to random
@jbzfn@mastodon.social avatar

⚡ The perfect Neovim setup for Go
— Dreams of Code


https://www.youtube.com/watch?v=i04sSQjd-qo&list=WL&index=1

rowan_m, to random
@rowan_m@mastodon.social avatar

for when you know the quick way to save and exit but don't want to tell anyone:
:x

imsnif, to random
@imsnif@hachyderm.io avatar

More plugin system updates for

Here we see a demonstration of plugin workers (our built-in workaround for threads). We see the Strider plugin searching the file system (both file names and their contents), rendering in real time and offloading the search itself to the background worker.

When we select a search result, Strider will open it for us in a new pane with our default editor ( in my case) to the correct line if relevant.

Coming next release.

video/mp4

lgeurts, to programming
@lgeurts@fosstodon.org avatar

This website got me into using Vim. Clear and easy chewable content that will get you going in no time.

https://thevaluable.dev/

feudjais, to random French

Any here uses as an "IDE" ? If yes, what plugins do you recommend ? :)

Boosts appreciated !

pmbauer, to random

I finally found an hour last evening to try Tridactyl and :woah-dude:

It takes a bit to setup, and the tutorial is well worth the time.
Other than the ace-jump like navigation, my favorite thing now is Ctrl-i to edit text areas in vim - simply the best
... I don't think I can ever go back to anything else.

https://github.com/tridactyl/tridactyl

tyil, to random

No matter how much I play around, I seemingly always come back to .

tyil,

@cnx In the world of editors, I keep going back to . I'm just so used to it. evil-mode does a great job, but then there's customizations that I already have working in vim, but not .

I did make a drastic change in my desktop setup, though, I'm running with now. I also found some library to make Awesome's tags (supposedly) work like 's tags. When this laptop gets to the office with additional monitors, I can see if it makes true on that promise!

og, to random

I am thinking about starting to learn !!!

mckean,
@mckean@mas.to avatar

@og check out https://vim-adventures.com it's a fun way to get started!

nobodyinperson, to random
@nobodyinperson@fosstodon.org avatar

:vim: power user tip: g; (that is: g semicolon) jumps to the last-edited position. Ultra-helpful when editing text and probably my most used keystroke. ⌨️

dentaku, to random German
@dentaku@fnordon.de avatar

TIL:
Warum wird der Cursor in vi mit h j k l bewegt?
Warum springt ^ in vi an den Anfang der Zeile?
Warum steht ^ in regulären Ausdrücken für den Zeilenanfang?
Warum steht ~ in Unix für das home-Verzeichnis?

Das alles ergibt sofort Sinn mit Blick auf das Keyboard-Layout des ADM-3A Terminals von 1976.

kkarhan,
@kkarhan@mstdn.social avatar
scy, to random
@scy@chaos.social avatar

Holy shit ’s gf command even expands environment variables like $HOME. Super nice.

VinceAggrippino, to random
@VinceAggrippino@techhub.social avatar

Comparing and tutors. This is perfectly normal, right? 😅

VinceAggrippino, to random
@VinceAggrippino@techhub.social avatar

In and ce and cw work identically. They both change all the characters to the end of the current word.

I expected cw to change the space after the word as well because the w motion affects the characters up until the start of the next word.

I thought it was a bug or oversight, but :help cw does a good job of explaining the reasoning.

ola, to random

I am not a lawyer and maybe this is a very naive or wrong-headed view. So, as far as I understand the legal underpinning of open source and free software, it is our copyright that allows us to assign licenses, which underpin free software.
Now, if that is correct, what does it mean that the US doesn't recognize copyright for partially AI-created content? Does it mean that partially AI-created content can NOT be licensed as open source and free software? Or does it go even further, meaning that proprietary software based on licenses is also not legal if it incorporates AI-generated content?

josemanuel,
@josemanuel@qoto.org avatar

@ola Not all free software is made in the US. Even in the English-speaking world, the UK does not agree with the US legislation.

In any case, I don’t think most free software would ever be written like that. In a world where people still use and , why would we ever want an AI system to write our code?

Twashe, to random

Installed

what do now?

hazelweakly, to random
@hazelweakly@hachyderm.io avatar

behold, the git logs of a highly optimal system in which nothing goes wrongly ever

good thing nix saves time and neovim makes you more efficient as a person amirite

perryprog, to random

I /just/ found out about :x instead of :wq. I've been using for years.

Gert, to random
@Gert@mastodon.world avatar

The hardest keybind to relearn when going from to for me right now is deleting. "x" is like a reflex, but I need to learn to use "d" now.
I'll get there.

elijahmanor, to random

🎥 LazyVim: Linters & Formatters https://youtu.be/a_ZpTPaSn38

🎤 In this video I…

1️⃣ Introduce a few default linters
2️⃣ Add a few LazyVim plugin linters and formatters
3️⃣ Navigate diagnostics across a project
4️⃣ Show how to fix problems
5️⃣ Add your own custom linters

skybert, to random
@skybert@emacs.ch avatar

I used :emacs: and c3po.el to ask about what makes nvim better than vim 🙂

Even though Emacs rocks my world, I still use vim daily and am curious how its future looks.

One feature that's hard for nvim to do after, is that vim is ubiquitous: Not only is it available on macOS, Windows and Linux, but any Unix under the Sun (pun intended), as well as Amiga, OS/2, QNX and many others.

What do you think?

VinceAggrippino, to random
@VinceAggrippino@techhub.social avatar

I started using vi on AIX in 1999/2000
I started using some time around 2002, but I've never really taken advantage of plugins or advanced features. I've just been really happy with syntax highlighting and powerful search and replace.

I just started using and, following some guides, I've got it pretty pimped out.

I don't know how to use half the plugins I've installed. We'll see how this goes.

CrebboElodie, to random

does anyone have any suggestions for cool vim plugins to install that I might not already have?
I already have a lot of common plugins, like syntax highlighting and LSP, etc...
:vim:

rauschma, to random
@rauschma@fosstodon.org avatar

Are there any good black-and-white .tmThemes for syntax highlighting?

Use case: Highlighting syntax in printable B&W PDFs. There is quite a bit you can do to make that look good:

– Keywords: bold
– Comments: italics
– Underlining is also an option but it can look bad and I’m not sure what to use it for.

VinceAggrippino,
@VinceAggrippino@techhub.social avatar

@rauschma
I just found a collection of low-color themes : https://github.com/mcchrish/vim-no-color-collections

It's really not what you're looking for, but it's related and it made me remember your post. I think the motivation behind these themes is just minor irritation at the abundance of overly-colorful themes.

If you do decide to create a theme with a focus on B&W printability, I'd be interested in trying it out 😁

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