you are viewing a single comment's thread
view the rest of the comments
[–] 119 points 2 years ago (5 children)

No kidding. One of the YouTubers I followed was really shilling Zed editor. He didn't seem to mention that it was Mac only.

Well, I guess it's back to neovim on kiTTY terminal for me.

Sometimes I swear Mac based developers think the world revolves around them.

  • source
  • parent
  • hideshow 10 child comments
  • [–] 48 points 2 years ago* (1 child)

    You're already on a superior editor friend. Don't fall for the propaganda of lesser tools (that of course being anything not neovim)

  • source
  • parent
  • hideshow 2 child comments
  • [–] 34 points 2 years ago (2 children)

    Eeeehhhh, I was kinda jealous of one of my coworkers Doom Emacs setup. He had automated like 80% of his own job with it. Still haven't bothered to try to learn it myself. One of these days...

  • source
  • parent
  • hideshow 4 child comments
  • [–] 20 points 2 years ago (1 child)

    What did they automate? I'm trying to get some ideas for my Neov... uhhhh... Emacs with evil-mode setup.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 21 points 2 years ago* (2 children)

    He did this thing where he unified his shell history across thousands of hosts - it was super handy given our extensive use of Ansible playbooks and database managment commands. He could then use a couple hotkeys to query this history within a new open document. Super handy for writing out shell command steps or wrapping things in a bash script you're working on. Unfortunately I don't really have a link to HOW to do this, I just remember thinking "Oh my god, that would save me SO much time".

    Nowadays, I just have this giant document with hundreds of our runbook commands and enable Github Copilot to make it SUPER easy to do the same thing without establishing an SSH session in the backend.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago (1 child)

    I returned to emacs yesterday after using vscode out of laziness. I set up doom emacs and got everything I needed. Now typing is fun again. Actually before that tried neovim for the first time. I can't do modal. Makes me very uncomfortable.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 13 points 2 years ago* (3 children)

    If you're a fan of neovim I'd like to take this opportunity to give Neovide a shout. It's essentially a purpose built terminal emulator that can only run Neovim and has some fun extensions with that in mind, like the ability to configure font, window size, fullscreen, window opacity etc. using Vim commands, implement sub-character scrolling, let Neovim floating windows have transparency, and have fun little animations when the cursor moves. It also has support for all the modern terminal emulation essentials like truecolor, ligatures, and emoji. https://neovide.dev/

  • source
  • parent
  • hideshow 6 child comments
  • [–] 4 points 2 years ago (1 child)

    I've tried it before, it's fine but had issues running on wayland last I tried. Did they fix the wayland issues? Looking at the issue tracker it seems like there are still a few open Wayland issues.

    kiTTY by contrast has had Wayland support for about as long as I've used it.

  • source
  • parent
  • hideshow 2 child comments