milesmcbain, to random
@milesmcbain@fosstodon.org avatar

So my holiday reading was the (neo)Vim user manual. It’s very impressive to me how once you get a sense of the model - the concepts and how they relate… this vast surface area of functionality that seemed hard to remember before just becomes a thing you can derive commands in using logic and a handful of higher level principles.

There are wrinkles for sure, but overall I think it’s an impressive feat of design. 👏👏👏

I already made myself a minimal IDE in 5 lines of config. 🤣

exa,
@exa@mastodon.online avatar

@milesmcbain I like how the based IDEs always reduce to something like "hey editor pls remember that I indent with 2 spaces". And gets way better than anything else around.

Btw I've got a ctrl-enter "rstudio emulator" working somewhere for 2-window vims. If you'd find that handy pls ping me, I'd go find the great total of 2 config lines which did it. :D

gregorni, to neovim
@gregorni@fosstodon.org avatar

So I uninstalled Neovim and switched to Helix full-time. Fingers crossed for my Helix journey! 🤞

plex3000_x, (edited ) to foss

Been trying trying out @logseq. I love that I can just dump everything and it will organize it for me! What I like: are stored locally in markdown files (can backup w github), compatibility, and ofc . Althought I'd love to see a editing plugin :) https://logseq.com/

fabrixxm, to vim

when you've been using a #vim -like editor all day and you open #nano

#cli #cliproblems #musclememory

ewen, to vim French
@ewen@mastodon.fedi.bzh avatar
ovid, to linux
@ovid@fosstodon.org avatar

I keep telling myself that I will never break down and add the following to my .bash_aliases file

alias mdkir=mkdir

But it's so, so tempting.

#linux

ovid,
@ovid@fosstodon.org avatar

@luap Close, but what you really want is:

alias emacs=vim

Makes pair programming so much more fun!

:wq

#emacs #vim

ovid,
@ovid@fosstodon.org avatar

@luap @l13u7anant

Reminds me of years ago when a new developer (switching from C++ to #Perl) joined a team I was on. We asked him if he preferred #emacs or #vim. He replied, "nano."

He didn't last long.

hyde, to neovim
@hyde@lazybear.social avatar
beejjorgensen, to vim
@beejjorgensen@mastodon.sdf.org avatar

Why Vim uses hjkl for moving the cursor.
https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys

#vim #unix

al3x, to orgmode
@al3x@hachyderm.io avatar

After losing some edits of #orgmode files in between #Beorg and #Emacs, tonight I have added a save-on-focus-lost to Emacs:

(add-hook 'focus-out-hook ‘org-save-all-org-buffers)

The simplicity to accomplish this result is incredible. Similar things can be accomplished in #vim too.

Modern editors have to expose configuration flags for such features. Which are indeed easier to use if present, but less configurable and less composable.

galdor, to emacs
@galdor@emacs.ch avatar

The value of is not in the packages that are available (Gnus, org-mode, Magit, etc.). It is the fact that these packages live in the same application, manipulate text the same way, and can interact with each other to do exactly what you want them to do.

al3x,
@al3x@hachyderm.io avatar

@galdor What is amazing to me is how extensible both and are while using completely differently approaches.

And how little modern editors have learned from them. I don't want to poopoo on modern editors as some are really good and cool. But very few have been build on this fundamental philosophy of extensibility.

gregorni, to programming
@gregorni@fosstodon.org avatar

I'm interested in seeing where Helix will go in the future.

#Helix #HelixEditor #ModalEditor #Programming #SoftwareDevelopment #Keybindings #Coding #WritingCode

vinbiodiesel,

@gregorni I just found out about #helixeditor and will give it a try. Seems a little more accessible than #vim #neovim
What are your thoughts on helix? Especially in comparison to neovim?

lobocode, to emacs

I've been studying #Emacs for a while now. My conclusion, so far (keeping in mind that I've been using #Vim / #Neovim for over 10 years), is that a strong reason to switch from one to the other would be an affinity for wanting to study elisp/lisp, including modern lisp languages like #clojure

I say this because Emacs is pure elisp, and it is, in fact, an incredibly powerful language... absurdly so, actually.

++

nixCraft, to vim
@nixCraft@mastodon.social avatar

Escape key will lead,
Colon, q, exclamation,
Freedom then is yours.

or

Escape key will lead,
Colon, wq, exclamation,
Freedom then is yours.

#vim #haiku #linux #unix

VimLinks, to vim
@VimLinks@hachyderm.io avatar

If long links are making it harder to read markdown, it's possible to move them down to a reference area. Here's a #Vim plugin that does that for you: https://github.com/qadzek/vim-md-link

video/mp4

nixCraft, to linux
@nixCraft@mastodon.social avatar

Of course, a well-crafted .vimrc is critical. How else would you maintain that aura of superiority vital for deflecting questions from less-enlightened coworkers? Everyone knows you must have a perfect Vim configuration file before writing any production code. #unix #linux #vim #neovim #opensource

fabi1cazenave, to vim French
@fabi1cazenave@mastodon.social avatar

En route pour l’atelier #tupperVim de ce soir chez #Orus, rue de Turbigo à Paris. Une tradition de plus de 10 ans qui dure grâce au sérieux des participants, et je me dois de montrer l’exemple :

  • diaporama : nope
  • config à jour : même pas
  • sujet d’intervention : à réfléchir dans le TGV
  • CV, cartes de visite : pour quoi faire !?
  • Côtes du Rhône : check
  • saucisson artisanal : check

L’entrée est libre, et j’y proposerai une initiation #Vim en première heure. Viendez nombreuses et nombreux !

aksharvarma, to emacs
@aksharvarma@mathstodon.xyz avatar

I always told people that is best written/edited in but didn't have a better argument for it than how well everything integrates. , pdf-tools, , etc. make it a seamless experience. I had a little bit of YASnippets going as well which made life wonderful.

That already brought things to the state of Gilles Castel's 2019 latex lecture notes in article (which I believe is famous, at least in these circles). But yesterday I found a blog post by @karthink about how to get that and more in Emacs.

LaTeX input for impatient scholars: https://karthinks.com/software/latex-input-for-impatient-scholars/

The very first demo (40 seconds) shows how to get an equation in latex that I am sure would take me over a minute to write by hand (and it would look ugly in comparison). Then I looked at the second video (45 seconds) and realized that somehow org table style editing can be used for things like matrices and arrays and what not.

Just like that, less than 2 minutes has me committed to getting all that functionality in my Emacs config. Of course, this being emacs, I can tailor it all precisely to my comfort and I'm willing to spend however long is needed to get it to that stage.

danie10, to linux
@danie10@mastodon.social avatar

10 Things You Probably Didn’t Know You Could do With Nano Editor

OK, you probably do know at least one or two of these, but I’ve added the auto backup, line numbers, mouse support, and scroll bar to an alias for every time I start up nano.

See https://itsfoss.com/nano-tips-tricks/

#linux #nano #opensource #technology

tallship,
@tallship@social.sdf.org avatar

@danie10

Not a huge fan, as I find that #Vim
is usually much faster for me, but I do use it in a pinch here and there, although I alias nano to #pico ;)

On #NetBSD, at least at #SDF, nano is still the default install from the U of Washington contribs (not pico).

The other half of that equation is #pine (alpine). When running #mutt, I do use nano over that of #vi for authoring my emails.

Thanks for sharing those #ProTip's Danie :)

#tallship #FOSS #nano

.

chiborg, to vim

I never thought I'd write a Vim plugin, but working on an ever-growing CSS file that can't be split has made me creative. With https://github.com/gbirke/telescope-foldmarkers.nvim I can now use the excellent Telescope extension to jump between sections in my file where I have put fold markers. A table of contents for an otherwise unstructured file!

janvhs, to vim German
@janvhs@hachyderm.io avatar

Anyone using (not Neovim) and would like to share their or recommend a starting config? Kinda thinking about going instead of Lua

jbzfn, to vim
@jbzfn@mastodon.social avatar

🧑‍💻 Modern IDEs are magic. Why are so many coders still using Vim and Emacs? - Stack Overflow

“Primarily it’s about ubiquity,” says BSD runner Tim Chase. “I can sit at any Unix-like terminal (Linux, BSD, Solaris, whatever), type ‘vi’ (or ‘ed’) and have a powerful editor that works even if my terminal isn’t configured quite right (e.g. sending certain keys or key combos) and without needing to install anything.”

https://stackoverflow.blog/2020/11/09/modern-ide-vs-vim-emacs/

#Vim #Emacs #IDE

categulario, to Terminator Spanish
@categulario@mstdn.mx avatar

mucho se habla del #DistroHopping pero ¿qué me dicen del #TerminalHopping o #ShellHopping?

yo por ejemplo he tocado #GnomeTerminal, #Terminator, #guake, #yakuake, #kitty y #alacritty que recuerde. Pasé un largo tiempo usando #Guake hasta que extrañé mi tecla F12 y decidí usar un área de trabajo completa solo para el terminal, como hago ahora.

De shells he pasado casi toda mi vida en #bash y llegué a tocar #zsh y otras raras pero ahora soy feliz en #fish

¿y ustedes?

categulario,
@categulario@mstdn.mx avatar

y claro que he hecho #EditorHopping !

comencé con el bloc de notas por allá del 2004 cuando aprendí html, luego llegué a usar #DreamWeaver y #FrontPage hasta que tomé Java en la prepa y conocí #NetBeans que me acompañó un buen rato. Al migrar a linux usé #gedit pero pasé más tiempo en #Geany que es una joyita. Luego estuve largo tiempo en #SublimeText hasta que me decidí a saltar a #vim en 2014 y luego #neovim, que me acompaña desde ~2019

roygreenhilt, to vim
@roygreenhilt@fosstodon.org avatar

How to start a fight with old-school nerds everwhere.

"The editor wars are over. VScode won."

albertcardona, to vim
@albertcardona@mathstodon.xyz avatar

It's 2024 and most text editors don't have a column-select mode. How can anyone live without it.

#ViM

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