peateasea, to vim

Some editors seem to randomly insert non-breaking spaces. This can be a pain. In #vim replace them with normal spaces like so:

:%s/<Ctrl-V>u00a0/ /g

where u00a0 is the utf-8 sequence for a non-breaking space.

jonyoder, to vim
@jonyoder@mstdn.social avatar

I've been dinking around with #vim a bit lately. Looked some of the help info and I have a serious question: why are some of the keyboard shortcuts so arbitrary?

Ctrl+] to follow a link but Ctrl-T to go back? I can't see the logic. Is there any to this?

jhx, (edited ) to firefox
@jhx@fosstodon.org avatar

Daily driver is now a #OptiPlex 7060 Micro. 😉
In the end all I need is #Firefox and a good editor like #Vim - and of course my trusty #Debian :debian:
This system has also a NVMe inside which can be used for another OS of choice.. more on that later 😎

If I want to do some gaming I can fire up the #Ryzen system - but that is quite rare already.

So, saving energy and getting work done is a good deal 🙂

Specs:
i7-8700 (12)
32GB RAM
2TB SSD / 256GB NVMe

nixCraft, to random
@nixCraft@mastodon.social avatar

Seriously, is it just me or is software quality getting worse? It is now, buggier and slower. What is going on? 🤔

gi124,
@gi124@mastodon.social avatar

@nixCraft I've been using #vim for 20 years (now using #neovim ). It's still lean and mean when used "vanilla". However, if I enable the autocomplete, autocompile, auto spellcheck, treesitter, folding, etc. then it noticeably takes up CPU as I type. I don't mind paying some CPU for this...

But for eyecandy I really couldn't care less. Loved my keyboard only #fvwm setup. When I switched to #wayland I finally gave up fvwm for #kde . Happily, kde is lean and fast even with eye candy...

jbzfn, to vim
@jbzfn@mastodon.social avatar

Vim Lands XDG Base Directory Specification Support | Phoronix

「 Rather than just dumping all configuration files / cache / data into the home directory folder, Vim can now respect the XDG Base Directory specification with regards to the directories such as for the XDG cache, configuration files, persistent data files, and state data files 」

https://www.phoronix.com/news/Vim-XDG-Base-Directory-Spec

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.

#vim #git

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 #Python3 commands from 𝘪𝘯𝘴𝘪𝘥𝘦 #Vim #NS

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

manchuck, to vim
@manchuck@phpc.social avatar

First Linux then #vim !!

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/ #TechnicalLinuxOpensourceManualScriptingToolFzfCommandlineShellVimEmacsOpensource

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

#linuxadministration #operatingsystemadministation #tools #vim #emacs #fzf #opensourcesoftware #linux #man

eponymous_patcher, to vim

Good day, everyone!

For some reason or another, I chose to start blogging by writing about a very narrow topic: default key bindings in #vim (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/

#evilmode #emacs #blog

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/

#Code #Vim #linux #lua #neovim

jhilden, to vim
@jhilden@vis.social avatar

a thing i made 4 years ago #vim #vimba

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

Ever wonder why #vim 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 🙂

#emacs #vscode

johnhamelink,

@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

https://hispagatos.space/@rek2/112231145240283887 Stop Electron, stop using a browser as if it was an Operating System!!! Go #terminal #cli #TUI use your OS, not the browser for everything! And be liter, more ethical, your computer will love you! Use #Gemini #gopher #usenet #matrix #fediverse on TUI apps #vim #neovim as your text/IDE #mpv 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: #Vim #Neovim

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 #shell, #vim, #git, #ssh. 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/

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