Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

3 of 3
deleted 38 characters in body
nmjcman101
  • 3.7k
  • 11
  • 18

Vim, 39 bytes

:im hello hello:se noma
:map : i
i

Try it online!

:im hello "Remap 'hello' in insert mode to
 hello "write hello, then hit escape
 :se noma "then set the buffer to not-modifiable
:map : i "THEN remap ':' to 'i' so that can't be changed
i "enter insert mode and await an infinite stream of input
nmjcman101
  • 3.7k
  • 11
  • 18

AltStyle によって変換されたページ (->オリジナル) /