Atemu

Does anyone know of a #museum of sorts where you can experience #UNIX machines from the 70s/80s hands-on?

I'd love to one day experience the way our predecessors did everyday tasks such as using a shell on a #teletype or writing a simple C program in #vi / #emacs on a hardware #terminal half a century ago.

Bonus points if it's near #Germany.

:boost_ok:

Apr 06, 2025, 21:03 · · · 8 · 0
rk: could be an enum

So I’ve been using vi for over three decades now, and vim was often the flavor of vi being used.

I just noticed that when editing a compressed file in vim (e.g. vim foo.gz), the implicit decompression step is entered into the undo log. You can hit u right after file load and get the compressed binary data.

Huh.

#vim #vi #editors

Kevin Bowen :xfce:

More tech notes to myself

A very brief introduction to the #Readline library, customizing the #Bash shell prompt with mode indicators, and the vi editing mode.

Customizing the Bash command prompt for vi editing mode
suburbanalities.blogspot.com/2

#Shell #vi #vim #inputrc #cli

Customizing the Bash command prompt for vi editing mode

suburbanalities.blogspot.com
Zenie

@ThierryStoehr
J'utilise #vi ou #neovim comme vi.
Il n'y a rien à ajouter.

Je n'utilise pas #vim.

J'utilise #Emacs pour toutes, même vi. Avec un grande tas des packages.

Kristoffer Lawson

@GossiTheDog Oh that won’t do it. I used to have recurring nightmares of armed gangs hunting me. Now? #vi

Always coming back. Never tiring. Never dying.

Bit like that guy from the #Sisu film actually. I’m guessing that’s where the #Finnish swear word ‘vittu’ comes from. A vi that opened from a teletype. It would just sit there, undead, following you, patiently, until your last breath.

Kolibri

**Vim** — это мощный текстовый редактор, известный своей скоростью и эффективностью при редактировании кода и текста. Он является улучшенной версией редактора **Vi**, который был разработан для Unix-подобных систем.

#Vim #Vi #ТекстовыйРедактор #Программирование #КомандныйРедактор #Кодинг #МодальныйРедактор #Автоматизация #Разработка #Linux

### 🔹 Основные особенности Vim:
- **Модальный редактор**: в Vim есть несколько режимов работы:
- **Normal mode** (обычный режим) – для навигации и редактирования.
- **Insert mode** (режим вставки) – для ввода текста.
- **Visual mode** (визуальный режим) – для выделения текста.
- **Command mode** (командный режим) – для выполнения команд.
- **Горячие клавиши и команды**: например, `dd` – удалить строку, `yy` – скопировать строку, `p` – вставить.
- **Гибкая настройка** через `.vimrc`.
- **Поддержка макросов, плагинов и автодополнения**.

Vim может показаться сложным для новичков из-за своей необычной системы управления, но опытные пользователи ценят его за **быстродействие и мощные возможности редактирования**.

Для выхода из Vim без сохранения используется команда:

```
:q!
```

А для выхода с сохранением:

```
:wq
```

Mar 23, 2025, 04:49 · · · 1 · 0
:atari: :neovim: :terminal:

Watching a guy talking about #emacs and #neovim and he made me think about looking into #emacs. In my 30years of IT career I never touched #emacs. I started it once and I couldn't get out of it, same feeling for newbies and :q! in #vi :-).

Lluís TT

@elpuntavui em comprometo a augmentar el meu consum de #vi #català en un 200% mentre durin els aranzels i m'aguant-hi d'empeus.

Ara mateix vaig a comprar-ne un altre #porró per si de cas.

Mar 13, 2025, 19:25 · · · 0 · 0
The Sinister Porpoise

#programming #vi #emacs #nano #vim #neovim

I think this person thought
he was being silly not knowing there was a real answer to his question.

Mar 01, 2025, 02:07 · · · 0 · 0
jj@::1$:~

Es que me turbo-flipa ponder manejar #Obsidian en modo #vi así no me obliga a cambiar mi patrón mental al cambiar de lugar para escribir, no todo va a ser malo esta mañana

dcbaok

switched to the ipython repl to fix this

ipython also doesn't use readline anymore and thus doesn't respect inputrc but blessedly does have a vi-mode you can enable with a cli flag or in your ipython config file.

#python #vi

Chris "Not So" Short

I find myself using neovim on the cli more than I realize. Even though I know tons about vi, I always forget how to toggle line numbering. #vim #neovim #vi