chore: better less
parent
6b24eac699
commit
d1625e0a7f
data
wezterm
zsh
|
@ -3,9 +3,9 @@ local act = wezterm.action
|
||||||
|
|
||||||
return {
|
return {
|
||||||
font = wezterm.font({
|
font = wezterm.font({
|
||||||
family = "IBM Plex Mono",
|
family = "Iosevka Term SS08",
|
||||||
}),
|
}),
|
||||||
font_size = 14.0,
|
font_size = 16.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
use_cap_height_to_scale_fallback_fonts = true,
|
use_cap_height_to_scale_fallback_fonts = true,
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/
|
# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/
|
||||||
export WORDCHARS="*?[]~=&;!#$%^(){}<>"
|
export WORDCHARS="*?[]~=&;!#$%^(){}<>"
|
||||||
|
|
||||||
|
# https://www.topbug.net/blog/2016/09/27/make-gnu-less-more-powerful/
|
||||||
|
export LESS="-RF -i -K -s -x2 --wordwrap"
|
||||||
|
|
||||||
# nvim
|
# nvim
|
||||||
if command -v nvim &>/dev/null; then
|
if command -v nvim &>/dev/null; then
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
Loading…
Reference in New Issue