diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-02-05 22:14:48 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-02-05 22:28:59 -0500 |
commit | fa3c401390e1477ff4aae6b91fcf18eded478814 (patch) | |
tree | 08a40bec3b5bb8f7887bd52c9aed866ad8a64393 /README.md | |
parent | 73c034ba05101e2fc337183af1cdec5bfe318b99 (diff) |
0.8.4 update, scroll added as separate prog
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,7 +10,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat ## Bindings for -+ **scrollback** with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the mouse ++ scroll with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the mouse ([scroll](https://github.com/lukesmithxyz/scroll) must be installed) + OR **vim-bindings**: scroll up/down in history with `alt-k` and `alt-j`. Faster with `alt-u`/`alt-d`. + **zoom/change font size**: same bindings as above, but holding down shift as well. `alt-home` returns to default + **copy text** with `alt-c`, **paste** is `alt-v` or `shift-insert` @@ -24,10 +24,10 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat ## Other st patches -+ Vertcenter -+ Scrollback ++ Boxdraw ++ Ligatures + font2 -+ updated to latest version 0.8.2 ++ updated to latest version 0.8.4 ## Installation for newbs |