Taffer, to MemeryAlpha
@Taffer@mastodon.gamedev.place avatar

The nice thing about using vim for text editing is that you never need to figure out how to set up another editor.

I don't use vim.

abcdw, (edited ) to scheme
@abcdw@fosstodon.org avatar

@krevedkokun implemented go to definition for Arei Guile IDE.

It will be available in new release.
https://git.sr.ht/~abcdw/emacs-arei/

"Backend" code is provided in Ares project, so other code editors can also benifit from it.
https://git.sr.ht/~abcdw/guile-ares-rs

MuseumShuffle, to vim
@MuseumShuffle@mastodon.social avatar

Breaking news: Now that I'm running Sonoma I can verify that Apple fixed the issue with Vim support in Xcode I filed feedback for.

You can now use the 'w' command to move past emojis. The cursor will no longer get stuck.

You're welcome.

britter, to vim
@britter@chaos.social avatar

Okay, so I‘ve used for a while and recently started using not only for text editing, but also for and development. It‘s still not the same as using a full IDE such as . But I love how snappy terminal based editing feels… so what’s next? Should I look into ? Found an introduction video on YouTube that‘s just 1h 39min 😅

monospace, to vim
@monospace@floss.social avatar

Tabs vs spaces has always been a controversial topic. Thankfully, vim isn't biased in any way.

To convert spaces to tabs, execute the command :set noexpandtab, followed by :retab!.

Vice versa, you can convert tabs to spaces with the command sequence:

:set expandtab
:set tabstop=4
:set shiftwidth=4
:retab

hankuoffroad, to community
@hankuoffroad@floss.social avatar

Check this video tutorial from Justin Flory if you missed the latest Docs workshop.

Fedora Docs monthly workshop presented by Justin Flory, Fedora Community Architect, provided us with wealth of knowledge and hands-on experience on Documentation.

https://peertube.linuxrocks.online/w/eyokDvgq8BwjHSo27etsWK?autoplay=1

#documentation #community #Fedora #foss #tutorial #PeerTube #matrix #Jitsi #RockyLinux #Kdenlive #vim

moutansos, to vim
@moutansos@mastodon.social avatar

For those of you who find “+p to be tedious in / can I introduce you to Ctrl+r while in insert mode??? Pasting just got a whole lot easier!

scy, to neovim
@scy@chaos.social avatar

Wait, why is loading .vim/after/plugin/foo.vim if the foo plugin isn't installed at all?

(Sharing dotfiles across machines, and I was hoping that /after/ made sure that it's only sourced when the plugin itself is installed on that particular machine.)

I know that I can use exists() to check for a plugin command or whatever to conditionally do things, I was just hoping I didn't have to.

mblayman, to vim
@mblayman@mastodon.social avatar

👾 I use a fuzzy file finder called CtrlP in to navigate between files. In this quick video, we look at how CtrlP works. https://www.youtube.com/watch?v=S3U7qThBKsA

YesIKnowIT, to vim
@YesIKnowIT@mastodon.social avatar

In Vim, you can display the number of words, lines and characters in the current selection by pressing:

g CTRL-G

whynothugo, (edited ) to random
@whynothugo@fosstodon.org avatar

Wrapping text is not hard, it's just gwap.

schizanon, to vscode
@schizanon@mastodon.social avatar

Motherfuckers will spend hours of their life tweaking and fixing their vim config just to get the same functionality as a fresh VSCode install. Get a real job.

TheTuzu, to vim
@TheTuzu@fosstodon.org avatar

Why did i discovered just now that in when I type C its the sane as c$, its the same for many things like D and A. It's amazing.

ilyess, to vim
@ilyess@mastodon.online avatar

writers, what plugins do you use?

jesterchen, to jenkins
@jesterchen@social.tchncs.de avatar

Currently I'm setting up an environment to create a new song book. I'm using , , , and .

My kid(12) wants to help creating the book. Now I'm in trouble: should I teach him (no, isn't a choice!), or should I be easy on his soul and the rest of his life by teaching him some gui text editor?

wezm, to neovim
@wezm@mastodon.decentralised.social avatar

Neovim+LSPs have got quite fancy eh.

arialdo, to vim
@arialdo@mastodon.online avatar

Now that NeoVim, with Lua, made Vim an extendible platform for applications, what the main reasons why one should prefer over ?

Honest and genuine question.

howard, to vim
@howard@emacs.ch avatar

I love this quote. Can't seem to find the original author to give attribution where due:

is immortal in the nokia brick-phone sense. It's got very few dependencies, it'll survive a drop from a ten foot pole and it's cooperative with like thirty year old technology. It's fast and ergonomic and once armageddon comes you'll shell into the flaming wreckage of a datacenter and edit configs with it. Pure embodiment of the strength and certainty of steel.

, by contrast, is immortal in the shambling fleshbeast sense. Its thousand thralls write beautiful evocations to pull domains you never could have wanted or imagined from its flesh. It grows cancerously to envelop any domain, any need you may want from it. You can tear out its heart and swap it, still-beating, for a new one. It embodies the ultimate desire to survive. It can send email.

orhun, to rust
@orhun@fosstodon.org avatar

Do you use Matrix for chatting? Do you like Vim? I got the perfect tool for you. ✨

📨 iamb: A Matrix client for Vim addicts.
💬 Use Vim keybindings for message editing, window navigation, and tab management in your terminal!

🔗 Docs: https://iamb.chat
⭐ GitHub: https://github.com/ulyssa/iamb

🦀 @matrix + @ratatui_rs

video/mp4

vwbusguy, to fedora
@vwbusguy@mastodon.online avatar

Part of me is tempted to use to make a custom image to add in the Pop_OS Gnome extensions, make the default editor, and the default mail reader and call it "Blue Bacon Linux"

alecthegeek, to vim
@alecthegeek@mstdn.social avatar

You know you are a head when you try to type :q in an attempt to exit the current shell.

Or I am experiencing a nerd "senior moment"?

edfattell, to linux
@edfattell@mastodon.social avatar

Linux vim, emacs, neovim and/or tmux users, what terminal emulator do you use and why? I heard about kitty, but idk if I really need all of that. For context, on mac I use neovim with iterm.

vwbusguy, to random
@vwbusguy@mastodon.online avatar

It's 2024 and we still don't have a straightforward way for vimrc to persist across ssh sessions.

vwbusguy,
@vwbusguy@mastodon.online avatar

@fedops OK, here's what I did. Added this to the .ssh/config:

RemoteCommand /bin/bash --rcfile <(cat ~/.bashrc <(curl 2>/dev/null https://git-repo/dotfiles/raw/branch/main/.bashrc))
RequestTTY yes

And in that git .bashrc, I have this:
alias vim='vim -Nu <(curl https://git-repo/dotfiles/raw/branch/main/.vimrc)'

narthur, to emacs
@narthur@mastodon.social avatar

When shaving off your giant beard, there's a very important procedure you have to follow:

  1. Exit
  2. Shave the beard

If you do those in the opposite order, you'll be trapped in emacs! 😜

(As described to me by an emacs-loving friend who shaved his giant beard.)

( FTW, BTW - you can shave your beard in any order, and still be trapped in vim anyway!)

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