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.

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

Qyriad, to vim
@Qyriad@chaos.social avatar

If not https://chaos.social/@Qyriad/112267726747952634, does anyone have the sequence of words that translate LESS_TERMCAP highlighting into Neo/vim syntax highlighting?

Qyriad, to vim
@Qyriad@chaos.social avatar

does anyone have the sequence of words that make <C-u> and <C-d> in less (or moar) and neo/vim jump up and down by a specific proportion of the viewport hight

linuxgal, to vim
@linuxgal@techhub.social avatar

You can run commands from 𝘪𝘯𝘴𝘪𝘥𝘦

:py3 for i in range(1600,1900):print (f"{i:04d}",chr(i), end=' ')

manchuck, to vim
@manchuck@phpc.social avatar

First Linux then !!

unixbhaskar, to aitools
@unixbhaskar@mastodon.social avatar

Linux Viewing Man Pages Via Various Methods https://unixbhaskar.wordpress.com/2024/04/12/linux-viewing-man-pages-via-various-methods/ fCommandlineShellVimEmacsOpensource

Nope, I don't like to be bored with trivial activities, so curate several ways to make them interesting. :)

eponymous_patcher, to vim
@eponymous_patcher@emacs.ch avatar

Good day, everyone!

For some reason or another, I chose to start blogging by writing about a very narrow topic: default key bindings in (and evil-mode) and which keys are the best candidates for remapping.

I'd appreciate any feedback both about the post and the website layout. I'm looking forward to learn as much as I can.

https://gvalia.xyz/en/posts/unused-vim-keys/

kimschulz, to vim Danish
@kimschulz@social.data.coop avatar

Neovim Note-Taking: A Lua Adventure

A quick look at 7-line piece of neovim lua code that has changed my workflow quite a bit. Note-taking simplicity at its best.

https://schulz.dk/2024/04/11/neovim-note-taking-a-lua-adventure/

jhilden, to vim
@jhilden@vis.social avatar

a thing i made 4 years ago

linuxgal, to vim
@linuxgal@techhub.social avatar
changelog, to vim
@changelog@changelog.social avatar

Ever wonder why uses hjkl keys as arrow keys?

🔗 https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys

louis, to emacs
@louis@emacs.ch avatar

Haven't used VS Code a single time for over two months now. All Emacs now. Since I switched to LSP mode, Makefiles and Dap.

I think it's time to press the delete button now with confidence.

Congratulations appreciated 🙂

johnhamelink,
@johnhamelink@emacs.ch avatar

@louis It's kinda wild, but I've never used #VSCode! I got onto the #Vim -> #Neovim -> #Spacemacs -> #DoomEmacs -> Vanilla #Emacs train many moons ago. The only thing I thought I'd miss would be VSCode's pairing/collaboration system, but TBH I've never been asked to use it by someone else. I do however use Emacs/Neovim with upterm every now and then (CRDT.el is cool and all, but it's way easier to share an SSH command with someone who's not also an Emacs user). It's not as vital as people make it out to be, although I'm sure I'm preaching to the choir on that point ':D

ReK2, to usenet
@ReK2@pxlmo.com avatar

https://hispagatos.space/@rek2/112231145240283887 Stop Electron, stop using a browser as if it was an Operating System!!! Go use your OS, not the browser for everything! And be liter, more ethical, your computer will love you! Use on TUI apps as your text/IDE for videos and more... !!!

rek2, to usenet
@rek2@hispagatos.space avatar

Stop Electron, stop using a browser as if it was an Operating System!!! Go use your OS, not the browser for everything! And be liter, more ethical, your computer will love you! Use on TUI apps as your text/IDE for videos and more... !!!

image/png

fabianschaar, to vim German
@fabianschaar@social.tchncs.de avatar

Grade den (Neo)Vim-Tutor gemacht. Habe deutlich länger als 30 Minuten damit verbracht, aber egal. :tux:

cdrmack, to vim
@cdrmack@fosstodon.org avatar

„The Missing Semester of your CS education” is a series of lectures run by the MIT students. They discuss things like , , , . Worth watching, especially if you are new to the industry.

https://missing.csail.mit.edu

nixCraft, to vim
@nixCraft@mastodon.social avatar

It is a miracle that the guy is even married 😂 here is advice for you, keep tech discussion limited for dev bros. You will be happy. The wife will be happy. https://www.reddit.com/r/vim/comments/1bvua29/my_wife_was_unimpressed_by_vim_please_advise/

normalmode, to vim
@normalmode@mastodon.social avatar
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
@plex3000_x@mastodon.social avatar

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/

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.

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