diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-10-04 16:53:12 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-04 16:53:12 -0400 |
commit | 523d83e6abaeb50ac6e7315e6436a2ebfb188e52 (patch) | |
tree | 76d9cbbdce74637ab0a9214ff32623555a14b172 /README.md | |
parent | 53b4c270aac027606787b02bf79d7c62ce472485 (diff) |
copy/paste fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat + Adjustable transparency/alpha + Compatibility with `Xresources` and `pywal` for dynamic colors -+ Copy to clipboard (alt-shift-c) ++ Copy is alt-c, paste is alt-v or alt-p pastes from primary selection + Default font is system "mono" at 14pt, meaning the font will match your system font. + Hold alt and press either ↑/↓ or the vim keys k/j to move up/down in the terminal. + Shift+Mouse wheel will as well. |