[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Text editors

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 56
Thread images: 8

File: Vim.jpg (27KB, 660x440px) Image search: [Google]
Vim.jpg
27KB, 660x440px
what text editor do you use to program and why?
>>
>>61293683
>green text over black background
>vim
>gtk
Hi mr hacker
>>
File: face chitoge face.jpg (121KB, 1920x1080px) Image search: [Google]
face chitoge face.jpg
121KB, 1920x1080px
>>61293683
I use sublime for basic text shit and atom for anything involving code repositories because I am lazy as fuck and don't want to fiddle with third party git integrations.
>>
>>61293709
eh i got the image off of google cause im too lazy to setup my vimrc
>>
>>61293861
What does vimrc has to do with terminal font

Why dont you just kys and stop pretending to be something youre not on a fucking chinese cartoon imageboard

Nobody cares dude
>>
vim because im an edgy retard
>>
vim because it's pretty much "the standard". no other reason
>>
nano because I don't program and it just werks for editing my config files
>>
>>61294246
ed is the standard????
>>
>>61293683
https://github.com/LandonPowell/Zext
>why
Because it takes less time to just write ocaml code for the feature I want than to spend a bunch of time learning vim/emacs and then write a vim or emacs plugin for it.
>>
>>61293683
vim obv
>>
>>61294324
Same here, nano is hard to beat. The only reason I can't use nano all the time is because I have trouble pasting text from a browser, but thats a problem with x-term I think, not nano. Anyone recommend a good terminal alternative that has a more dynamic clipboard?
>>
Visual Studio, it werkz and I need it for a project I'm working on
>>
>>61294457
What do you mean "trouble pasting text from a browser"? You have to use Ctrl+Shift+V and not just Ctrl+V. I don't know if Ctrl+V is used for anything special but Ctrl+C is used to terminate the currently running command in the terminal so most terminal emulator go with Ctrl+Shift+C for copying text inside the terminal which makes it logical that the pasting also uses Ctrl+Shift instead of just Ctrl.
>>
>>61294246
technically vi is the standard, which includes smaller variants like elvis and nvi as well as larger variants like (g)vim
>>
>>61294521
nvm I looked it up and xterm apparently uses Shift+Print Screen for copy and Shift+Insert for paste
>>
>>61293683
Vim, so much so that I use Firefox+Vimperator or Pale Moon+Pentadactyl, and the vikeys in games where available.
>>
File: 1405380503359.jpg (289KB, 1280x960px) Image search: [Google]
1405380503359.jpg
289KB, 1280x960px
>>61293683
visual studio code, because it's better than sublime or atom
vim is a meme
>>
>>61294246
>vim is the standard
nope

https://insights.stackoverflow.com/survey/2017#technology-most-popular-developer-environments-by-occupation
>>
>>61294336
>ed is the standard????
Ed, man! !man ed
>>
>>61294664
Does anyone actually use ed? When I was a kid there was EDLIN for MS-DOS, and it was a bitch to use.
>>
>>61294703
I don't know anyone who uses ed as a first choice. Not even COBOL programmers. Thanks for the memories, ed.
>>
>>61293683
vscode and intellij idea
>>
File: phbAr.png (5KB, 600x400px) Image search: [Google]
phbAr.png
5KB, 600x400px
Emacs is my whole operating system at this point
>>
>>61295337
I tried Emacs for one day, my pinky hurt and that was the end of that.
>>
I used to use vim but then I switched to emacs with evil. It does a lot more than just text editing though, I use it to manage my tasks at work using org-mode.
>>
>>61295337
Yeah, it's by far my most used program. It's also the only project I've ever been compelled to donate to because the amount of productivity I get out of it feels like stealing.

>>61295997
You may be interested in
git clone [email protected]:at-home-modifier/at-home-modifier-evdev.git

It makes the spacebar function as a control key when you press it in combination with another key.
>>
>>61293683
emacs for the console
kate for casual stuff (atom if on mac)
pycharm and phpstorm for coding
kile for latex
>>
>>61293683
>what text editor do you use to program and why?
nvim.
everything else is garbage and terribly inefficient.
>>
Gedit on loonix, NP++ on wangblows

No better options for basics
>>
>>61294457
you should use the middle mouse button copy and paste for the console (if not too much content)
>>
>>61293683
sublime 3
it's shit because it doesn't have the combo-screenshake thing
>>
>>61293683
I use vim because emacs is not as good out of the box.
>>
File: .png (23KB, 610x608px) Image search: [Google]
.png
23KB, 610x608px
>>
>>61296264
why:
it just works
its the standard editor
I like it
its simple
I'm used to it
>>
File: thumbnail.png (6KB, 230x230px) Image search: [Google]
thumbnail.png
6KB, 230x230px
>>61293683
Elvis or whatever vi happens to be available.
Because I'm accustomed to it, which enables me to be more productive.
>>
>>61296472
Elvis is nice but it doesn't do Unicode
>>
>>61296316
keep the torch burning, friend
>>
>>61294380
> implying you did actually implement anything that vim or emacs can't do much better already

though I like the idea of an ocaml text editor
>>
tried to start emacs, but i couldn't stomach it.
might give vim a spin instead.
>>
File: 1498978763441.gif (946KB, 500x272px) Image search: [Google]
1498978763441.gif
946KB, 500x272px
emacs is the only one true path to being a hack wizard
>>
>>61294635
He means that vim (vi) is on virtually every Unix machine
>>
Emacs
>>
vim because I'm used to it. That and it's installed on every server I work with at work so nothing really changes from machine to machine.
>>
why more operating systems don't come with mg, i'll never know
>mg is intended to be a small, fast, and portable editor for people who can't (or don't want to) run emacs for one reason or another, or are not familiar with the vi(1) editor. It is compatible with emacs because there shouldn't be any reason to learn more editor types than emacs or vi(1).
>>
>>61293683
Nano for anything small, Atom for others.
Nano is best.
>>
File: 2017-07-10_00-34-20.jpg (158KB, 1103x655px) Image search: [Google]
2017-07-10_00-34-20.jpg
158KB, 1103x655px
I mainly use Visual Studio Code for certain javascript projects.

When it's a smaller, simple (typically single file) nodejs script or I want to make edits to soemthing else then I use notepad++ with customize toolbar plugin which has a few custom buttons set to auto save things and run the open file with nodejs or other stuff..

I use VSCode because fuck electron and atom, too many people have their hands on it and bloated the fuck out of it.
>>
>>61293683
Emacs
>>
>>61293683
vim

because

vim
>>
joe

Does anyone else use joe?
>>
vim Athena because Greek goddess waifu
>>
>>61300109
>I use VSCode because fuck electron and atom
is this a bait? I'll take it anyway: VSCode runs on Electron just like Atom does
>>
>>61294075
are you literally retarded?
hi Normal ctermfg=green

you can even try it in the command line
fag
>>
nano/sublime
>>
>>61300109
>>61302313
>>
>>61293683

Emacs.
Just werks.
Thread posts: 56
Thread images: 8


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.