#터미널

2023-09-25 MetaWord meta terminal

DONE 이모지 이모티콘 잘리는 문제

[2023-09-25 Mon 08:09]

Emojis get “cut off” 이모티콘이 “잘려나감”

If emojis, like 😍 get cut off, chances are you are using a narrow primary font where the width of two cells is less than the line height. Since emojis (which are double-width glyphs) are more or less square, they will get cut off.

이모티콘(예: 😍)이 잘리는 경우, 두 셀의 너비가 줄 높이보다 작은 좁은 기본 글꼴을 사용하고 있을 가능성이 높습니다. 이모티콘(폭이 두 배인 글리프)은 정사각형에 가깝기 때문에 잘릴 수 있습니다.

This is easily worked around by explicitly adding your emoji font as a fallback font in foot.ini, with a custom size: 이 문제는 foot.ini 에서 사용자 지정 크기를 사용하여 이모티콘 글꼴을 대체 글꼴로 명시적으로 추가하면 쉽게 해결할 수 있습니다:

font=<your primary font>, Noto Color Emoji:size=8

Here you will have to experiment with the size. Note that you are not limited to integer sizes. I.e. size=8.5 is perfectly valid. 여기에서 크기를 실험해 보아야 합니다. 정수 크기로 제한되지 않는다는 점에 유의하세요. 즉, size=8.5 는 완벽하게 유효합니다.

CANCELLED fasd zoxide : 터미널 검색 툴

fasd is deprecated! zoxide is coming.

[2024-02-24 Sat 21:23] zoxide 는 fasd 대신에 새로운 툴을 적용한다.

Vonfry / zoxide.el · GitLab - gitlab.com

Install

ajeetdsouza/zoxide - github.com

curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash

bash / zsh

eval "$(zoxide init bash)"
eval "$(zoxide init zsh)"

Related-Notes

References

마지막 수정일자