roman

@hi@romanzolotarev.com


homehttps://romanzolotarev.com
4 ★ 0 ↺

[?]roman ยป 🌐
@hi@romanzolotarev.com

correction: vi has macros

    ...

    [?]JP Mens ยป 🌐
    @jpmens@mastodon.social

    @hi I'm confident you will figure out whom to send that correction to.

      [?]๐™น๐š˜๐šŽ๐š• ๐™ฒ๐šŠ๐š›๐š—๐šŠ๐š โ™‘ ๐Ÿคช ยป 🌐
      @joel@gts.tumfatig.net

      @hi still waiting for #openbsd vi to get UTF-8 and color syntax so I can get rid of vimโ€ฆ :(

        ...
        4 ★ 0 ↺

        [?]roman ยป 🔓
        @hi@romanzolotarev.com

        that would be great indeed. for utf-8 files i use nvi-2.2.1

        pkg_add nvi

          [?]ed(1) conference [it/they] ยป 🌐
          @ed1conf@bsd.network

          @joel

          OpenBSD ed(1) should be 8-bit clean, allowing you to edit UTF8 as long as your terminal settings are compatible. And for syntax highlighting, you can send ranges of lines to be highlighted:

          $ ed sarc.awk
          168
          w !bat -l awk
          6,$w !pygmentize -l awk

          (that also works from within vi/nvi if you want)

          @hi

            ...

            [?]๐™น๐š˜๐šŽ๐š• ๐™ฒ๐šŠ๐š›๐š—๐šŠ๐š โ™‘ ๐Ÿคช ยป 🌐
            @joel@gts.tumfatig.net

            @ed1conf thanks butโ€ฆ after trying ed a couple of times, it is not going to be my daily editor of choice :)

            @hi