Live data from Hacker News

Vim Color Schemes

vimcolorschemes.com

111–119 of 119 posts

Re: Vim Color Schemes

#111

Earlier quoted context omitted.

That's been my experience for 10 years. (Before that, I didn't even know Vim could have color schemes) These things look beautiful on the web page. But dang it's so hard to get your terminal, Tmux and Vim/NeoVim to display properly. I've literally used Distinguished as my color scheme for 10 years just because I got it working, it looks nice and I really don't want to fight with configs. I'm still not interested in u…

The (arcane) tricks to make vim or any editor work well is: * export TERM=xterm-256color * Use tmux attach -2 (-2=256color) * In tmux :set -g escape-time 0 * In vim, :set t_Co=256 If your terminal is the issue, use rxvt-unicode256color as it is the best terminal emulator (kitty is too slow (Python), urxvtd can segfault, xterm lacks features), or iTerm2 for Mac (Terminal.app recently broke colors and haven't figured o…

[deleted]

Re: Vim Color Schemes

#112

Earlier quoted context omitted.

That's been my experience for 10 years. (Before that, I didn't even know Vim could have color schemes) These things look beautiful on the web page. But dang it's so hard to get your terminal, Tmux and Vim/NeoVim to display properly. I've literally used Distinguished as my color scheme for 10 years just because I got it working, it looks nice and I really don't want to fight with configs. I'm still not interested in u…

The (arcane) tricks to make vim or any editor work well is: * export TERM=xterm-256color * Use tmux attach -2 (-2=256color) * In tmux :set -g escape-time 0 * In vim, :set t_Co=256 If your terminal is the issue, use rxvt-unicode256color as it is the best terminal emulator (kitty is too slow (Python), urxvtd can segfault, xterm lacks features), or iTerm2 for Mac (Terminal.app recently broke colors and haven't figured o…

I use kitty and I have not experienced any slowness. What is slow about it?

Re: Vim Color Schemes

#113
post #112

Earlier quoted context omitted.

The (arcane) tricks to make vim or any editor work well is: * export TERM=xterm-256color * Use tmux attach -2 (-2=256color) * In tmux :set -g escape-time 0 * In vim, :set t_Co=256 If your terminal is the issue, use rxvt-unicode256color as it is the best terminal emulator (kitty is too slow (Python), urxvtd can segfault, xterm lacks features), or iTerm2 for Mac (Terminal.app recently broke colors and haven't figured o…

I use kitty and I have not experienced any slowness. What is slow about it?

I use i3 and win+enter is bound to spawn a new terminal. I had read that kitty was supposed to be super fast, but I tried it out and spawning a terminal was taking .5-1 second!

I looked it up and found https://github.com/kovidgoyal/kitty/issues/330 where the dev says:

> that's just python interpreter startup time

So... The answer is just "yeah it's slow". When you're used to a few milliseconds for terminal spawn, .5s is eons.

Re: Vim Color Schemes

#114
post #112

Earlier quoted context omitted.

I use kitty and I have not experienced any slowness. What is slow about it?

I use i3 and win+enter is bound to spawn a new terminal. I had read that kitty was supposed to be super fast, but I tried it out and spawning a terminal was taking .5-1 second! I looked it up and found https://github.com/kovidgoyal/kitty/issues/330 where the dev says: > that's just python interpreter startup time So... The answer is just "yeah it's slow". When you're used to a few milliseconds for terminal spawn, .5s…

I use --single-instance and it spawns much faster (and eats way less memory). Even without this switch it does not take this long on my machine (certainly less than half a second), but yes it takes noticeably longer than, say, urxvt.

Re: Vim Color Schemes

#118

Evil users of emacs have an equivalent service here: https://emacsthemes.com/

> Evil users of emacs

That's it buddy you just made the list! You'll never work in this town again you hear me!!! Neverrrrr!!

Post reply on HN