- follow urls by pressing
alt-a
- copy urls in the same way with
alt-y
- paste copied urls with
alt-v
orshift-insert
- copy urls with
alt-b
- **visualize screen in neovim with
alt-escape
- scrollback with
alt-pageup/pagedown
- zoom/change font size:
alt-l/o
alt-home
returns to default - copy text with
alt-c
, paste isalt-v
orshift-insert
- Default dracula colors.
- Transparency/alpha.
- Default font is system "mono" at 12pt, meaning the font will match your system font.
mkdir patches
- st-alpha transparency with picom 1a) Alpha Focus Highlight specify two opacity/background colors
- st-scrollback scroll capability
- st-copyurl copy url from terminal screen
- st-externalpipe use dmenu to open url in $BROWSER
- st-font2 additional fonts
- patch -Np1 -i patches/st-alpha-.diff note) success 1a) patch -Np1 -i patches/st-focus-.diff
- patch -Np1 -i patches/st-scrollback-*.diff note) success
- patch -Np1 -i patches/st-copyurl-*.diff note) success
- patch -Np1 -i patches/st-externalpipe-*.diff note) success
- patch -Np1 -i patches/st-font2-*.diff note) fail need manual patching
NOTE: The dmenu url, copy url are from https://github.com/GasparVardanyan/st/blob/master/config.h#L186
- fonts used
FiraCode Nerd Font
Symbola
PowerlineSymbols
JoyPixels
__NOTE: to install see https://github.com/smikeblog/dotfiles/ the fonts section __