Vim screencast #83: Emoji

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Wow, TIL there's an 'emoji' setting. I was just experiencing this pain yesterday. Things are still weird when quoting emoji in neovim...but at least it behaves in an understandable manner. Thanks Greg!

ryanevius
Автор

I appreciate the effort you put into the thumbnail 👌

menixator
Автор

Regarding the tmux build from homebrew, you can use `brew install tmux --build-from-source` and it will compile with `--enable-utf8proc`

filipekiss
Автор

great video Greg.
Just out of interest...thoughts on emacs?

dewijones
Автор

Greg just curious, what's your nvim startup time? You use neovim right?

picosdrivethru
Автор

Come on Greg talking about emojis on a 360p video? Very painful indeed

Nimitz_oceo
Автор

`brew info tmux` gives me
```
tmux: stable 3.0a (bottled), HEAD
Terminal multiplexer
/usr/local/Cellar/tmux/3.0a_1 (9 files, 803.1KB) *
Poured from bottle on 2020-03-08 at 19:47:16
==> Dependencies
Build: pkg-config ✔
Required: libevent ✔, ncurses ✔, utf8proc ✔
==> Options
--HEAD
Install HEAD version
==> Caveats
Example configuration has been installed to:


Bash completion has been installed to:

==> Analytics
install: 56, 935 (30 days), 125, 582 (90 days), 540, 009 (365 days)
install-on-request: 51, 621 (30 days), 114, 552 (90 days), 482, 595 (365 days)
build-error: 0 (30 days)
```
so if it is specified as required does that mean it has the utf8proc configuration option?

Spikeyd