diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:15:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:15:47 -0400 |
commit | 114d8f292d177b71ea08c55b70d7856e1bc50baa (patch) | |
tree | 14e632a79458f24945b5b312660e5171779466b5 /.config/lf/lfrc | |
parent | 2ac634353abc4175236181732f8d23bdad8fc0eb (diff) |
ttf/otf font preview within lf
Diffstat (limited to '.config/lf/lfrc')
-rwxr-xr-x | .config/lf/lfrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index b6c80a8..251230e 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -141,6 +141,7 @@ map b $setbg $f map <c-e> down map <c-y> up map V push :!nvim<space> +map N push :!touch<space> map W $setsid -f $TERMINAL >/dev/null 2>&1 map Y $printf "%s" "$fx" | xclip -selection clipboard |