[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
/teg/ - Text Editor General
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 60
Thread images: 19
File: TEG.png (116 KB, 1141x1079) Image search: [Google]
TEG.png
116 KB, 1141x1079
Post your favorite text editor

I'am trying sublime text 3 at the moment
>>
>>54557922
how did you make the status bar ook that nice?? I would honestly switch to sublime if I could get the status bar too look like that (pic related) or like the one in vim
>>
>>54557964
This:
https://github.com/equinusocio/material-theme
>>
>>54557922
Just text editors or IDEs?
>>
>>54558021
OP here
Also IDEs
>>
File: workinhard.jpg (8 KB, 300x168) Image search: [Google]
workinhard.jpg
8 KB, 300x168
>>54557922
Notepad.exe
>>
ITT: we post vimrc
>>
File: Capture.png (30 KB, 997x624) Image search: [Google]
Capture.png
30 KB, 997x624
Vim over SSH is amazing
>>
File: BARKBARKBARKBARKBARKBARK.jpg (6 KB, 300x168) Image search: [Google]
BARKBARKBARKBARKBARKBARK.jpg
6 KB, 300x168
>>54558066
Why is no one checking my dubs?
>>
>>54558098
post rc pls
>>
visual studio 4 ever
>>
>>54558123
must be bait
>>
>>54558080
You should checkout sleuth.vim, it's a plugin that take care of setting up all your indentation-related settings for you.

>tfw vim conf is 500 lines long
Here's my vimrc I guess...
source ~/.vim/functions.vim
source ~/.vim/settings.vim
source ~/.vim/keymap.vim
source ~/.vim/autocommands.vim

set secure " Disable dangerous settings, just in case
set exrc " Enable project-specific vimrc

source ~/.vim/plugins.vim
>>
>>54558121

I'm using NeoVim but most should be similar

"core
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
execute pathogen#infect()
syntax on
filetype plugin indent on
set updatetime=250
set number
set relativenumber

"syntastic
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*

let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_loc_list_height = 5

"improved navigation
:nnoremap <A-h> <C-w>h
:nnoremap <A-j> <C-w>j
:nnoremap <A-k> <C-w>k
:nnoremap <A-l> <C-w>l
:tnoremap <Esc> <C-\><C-n>

"colors
colorscheme gruvbox
set background=dark
let g:jellybeans_use_term_italics = 1

"airline
let g:airline#extensions#tabline#enabled = 1

"NERDtree
map <C-n> :NERDTreeToggle<CR>

"Neovim Term
:tnoremap <A-h> <C-\><C-n><C-w>h
:tnoremap <A-j> <C-\><C-n><C-w>j
init.vim
>>
>>54558136
>Disable dangerous settings, just in case
>>
>>54558161
What's the matter, m8?
>>
>>54557922
Anything by JetBrains.
>>
>>54557922
vim
>>
File: sweet_shit.jpg (105 KB, 1061x1061) Image search: [Google]
sweet_shit.jpg
105 KB, 1061x1061
>>54558258
Why?
>>
File: 1437435814198.jpg (427 KB, 800x1000) Image search: [Google]
1437435814198.jpg
427 KB, 800x1000
>>54558258
Even adobe craps like dreamweaver and brackets are better than these.
>>
>>54557922
Gedit
>>
File: 1463026228412.png (109 KB, 3275x2126) Image search: [Google]
1463026228412.png
109 KB, 3275x2126
>>54557922
Haasn's vim configuration.
>>
i can only use notepad++, it fits too good for me cant use subslime or whatever editors
>>
>>54560057
can you say why?
>>
>>54560945
because its very fast
>>
File: 1459802029666.webm (466 KB, 1157x738) Image search: [Google]
1459802029666.webm
466 KB, 1157x738
I am on sublime

>vim
tried, learned bit, but after a week of real switch to it for all my stuff I just quit
its like reprogramming your every instinct... with dubious benefits in the end
but definitely everyone who uses linux should learn the basics

>atom
slow start and generally dont feel any reason to switch to it yet
but I am keeping my eye on it
opensource project should surpass proprietary sublime at some point
maybe there come something that offsets slow starts and feel

>pycharm
IDE
feels extremely slow, no wonder when its in java
its also something you should really study up, theres so much stuff for you to do with it
I have no idea what 90% of the stuff on its interface and in the menus do
I use it sometimes for debugging my python code

>notepad++
was my go-to before sublime and when I was on windows

>geany
its incredibly fast
I am keeping my eye on it, and definitely recommend for anyone to give it a try

>sublime text
and finally the thing I am actually using
its fast, its comfy, intuitive, its easy to install plugins, its easy to confiture
it also allows me on linux to easily elevate to root whenever
but though they released like 8 builds this year already, I fear the stagnation will creep in
thats why I am keeping my eye on geany and atom
>>
does atom work better if you build it yourself with latest version of electron (1.0.1), or is my mind playing tricks on me?

>just opened bootstrap.min.css (with pigments extension)
>atom didnt lag out
>>
I don't like KDE but Kate is probably my favorite TE.
>>
File: 1456273297050.jpg (186 KB, 690x460) Image search: [Google]
1456273297050.jpg
186 KB, 690x460
>>54558112
Because this isn't /b/
>>
Emacs is my favorite text editor.
>>
vim vs. emacs is such a stupid argument

i like both

i also like acme
>>
>>54561636
looks nice. how did you do that find file thing at the start?

i use vim but i am working on windows more and more and it isnt very nice to use on windows so i am thinking of giving sublime a try.

i am working in c99/c++14 with gcc, how is sublime for that?
>>
>>54559694
Best ide for Py or Java tbqh

Anyway, I use sublime text
>>
File: scrot565.png (2 MB, 1920x1200) Image search: [Google]
scrot565.png
2 MB, 1920x1200
left vim, which I plebified ((CUA shortcuts, mouse support, starts in edit mode), right is micro, a terminal editor written in go (well that kinda sucks, I rather have C), I'm kinda liking it acually, might make it my main editor.
>>
>>54564444
quads of 4

niiiiiiiiiiiiiiiiiiiiiiice nigga
>>
>>54564530
woops forgot to set the theme
>>
File: 1461605513588.png (35 KB, 396x512) Image search: [Google]
1461605513588.png
35 KB, 396x512
Why do people use anything but GNU nano?
>>
>>54564863
GNU Emacs is better in almost any way I can think of.
>>
>>54562599
>just opened bootstrap.min.css
>css frameworks
there's your error buddy
>>
I've always just used the vimrc from here: https://github.com/amix/vimrc

Basic suits my needs just fine after I add: set number
>>
File: NPP.png (27 KB, 941x653) Image search: [Google]
NPP.png
27 KB, 941x653
Well I'm a Windows user so
>Notepad++
>>
>>54557922
have you guys bought the 70$ license?
>>
>>54564444
https://packagecontrol.io/packages/iOpener
>>
>>54564926
yeah ok grandpa.
>>
>>54565674
there are licences on the internet cracked
>>
>>54565674
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
B085E65E 2F5F5360 8489D422 FB8FC1AA
93F6323C FD7F7544 3F39C318 D95E6480
FCCC7561 8A4A1741 68FA4223 ADCEDE07
200C25BE DBBC4855 C4CFB774 C5EC138C
0FEC1CEF D9DCECEC D3A5DAD1 01316C36
—— END LICENSE ——
>>
>spent today building a website in notepad

good lord tracking closing tags and javascript functions was a nightmare
>>
>>54565814
I am sublime developer, my children are starving asshole. thx
>>
File: f4v28I2.png (111 KB, 270x289) Image search: [Google]
f4v28I2.png
111 KB, 270x289
>>54565674

https://gist.github.com/shuax/8965ca5ed811aa4e22d8
>>
>>54565929
do the needful and report his post, sandeep.
>>
>>54565929
don't charge such a ridiculous price for your software and I'm sure more people would buy it.
hell if it host even half what it costs now I'd buy it (and $35 is still way to damn much for a text editor)
>>
>>54567104
>t (and $35 is still way to damn much for a text editor)
nigga please.

sublime text has a lot of features and its programmed in C++ and python.

>implying you could ever do the same
>>
>>54567213
better products are free (freedom AND beer)
>>
>>54567213
>sublime text has a lot of features and its programmed in C++ and python.
not nearly as many as free software like emacs or vim

charging ANYTHING for a text editor is bullshit in [current year]

I'd respect sublime MAYBE if it were FOSS with a permissive license, but instead it's just a money grab.
>>
>>54567286
>>54567231
i agree with you, but maybe the developer had too much work on the text editor to release the product free
>>
>tfw you are switching to vim
>tfw you automatically open everything with nano
>meh, why exit and type the command again better stay in nano
>saving shit
>:w
>realize I'm in nano
>bckspc bckspc :o
>bckspc bckspc ctrl+o you fucking faggot
>quiting
>escape to exit the insert mode
>hear the tilt
>cannot type
>confusion
>:q
>not that shit again
>ctrl+w, ctrl+k wtf that shit was
>ah! ctrl+x
Once I even pressed super+shift+c by mistake, to quit nano. idk if I was drunk or what, though at least it worked (the shortcut kills the process that owns currently focused window in Awesome).
I just can't use either at the moment. I've never felt so dumb in my own terminal before.
>>
>>54567537
alias nano="vim"

Problem solved.
>>
>>54563125
vim
>very practical, shit design
acme
>idealistic design, not practical
Emacs
>good design, practical (and extensible, you can make it either vim or acme if you want).

Middle ground is best.
>>
Scite
>>
>>54568094
Not solved, just swept under the rug. Learning one thing shouldn't make me unlearn the other desu.
Thread replies: 60
Thread images: 19

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

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.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.