28
magnusi
7y

!rant
What is your editor/coding environment fashion setup?

Here is mine and I am very proud of it:

Termite terminal + dvtm (like tmux) + Nano with semi-custom syntax files.

Left language is C, right top C2 (c2lang.org), right bottom my build-system

Comments
  • 6
    Finally a nano user
  • 3
    @RazorSh4rk we are a rare kind on devrant it seems 😁
  • 1
    Nano is great.but I also think it's default syntax highlighting is bad.i also had to use custom syntax files.which made it better.also I would like to have a key binding set to auto complete for existing variables.
  • 1
    Just wandering why you aren't using Vim if you're already into terminal based editors? I've heard there are plugins and stuff to make it better.
  • 1
    @magnusi okay I'll bite - what do you use C2 for? It sounds interesting for sure, especially since I'm a C dev at heart (though I had hoped for a decent string type).
  • 1
    tmux + customized vim
  • 2
    @OfficerHalf I am helping with its development and write some small utility programs with it. I really like its syntax, but I admit that it it is still pretty early for it to be used for big programs.
  • 0
    @magnusi gotcha. I'll definitely keep an eye on it.
  • 2
    @dreik I dont need any fancy plugins for my stupid C programs and am too lazy to learn an editor that is so different 😁

    Tbh maybe if I didnt spend an offline summer a few years back with a system that only had Nano, things might have been different
  • 0
    @zmzmuazzam98 yea, luckily writing syntax files is pretty easy in nano. I do agree that such keybind would be nice
  • 2
    Tilda with zsh + Eclipse for debugging. So convenient when you have a hard time alt+tabbing around ;)
  • 1
    Nano user here 😀🤚
  • 2
    GNOME-terminal + zsh + vim. I have i3-wm, so I don't see a need for tmux (or any other terminal multiplexer). Other details: GCC + gdb + Makefile + git.
  • 3
    @RazorSh4rk @magnusi Hey other nano users exist!
  • 3
    @linuxxx its such an underrated editor
  • 0
    Please don't use nano, use vim or emacs but not nano

    https://reddit.com/r/linux/...
  • 0
    @elgringo what would I gain? I only have nano for editing small files, short Rust code and all my C programs. For bigger things, I have micro. It took a lot of configuring, but nano does it's job properly
  • 0
    @magnusi I forgot this is devRant very few people in ops are here ...
  • 0
    @elgringo using a professional editor wont make you professional, the same way, using nano wont make you any less professional. While you are busy arguing about text editors, other people are getting their job done in nano.
  • 0
    @RazorSh4rk is not that my argument
  • 0
    @elgringo my comment wasn't ill-willed, I was genuinely hoping you can convince me :D
  • 0
    All *nix clones by default have vi installed.

    Yes nano is easy to learn, what happen when the system you ssh only have vi and you don't have sudo permissions so you can't install any other editor?

    Have fun.
  • 0
    @elgringo Good point, although nano is very common, vi is omni-present.

    I can still use ed when necessary :D
  • 0
    @elgringo hadnt really seen any server without nano, but ill probably just look up the commands lol
  • 0
    sublime + github desktop
Add Comment