0.8.4 update, scroll added as separate prog

This commit is contained in:
Luke Smith
2021-02-05 22:14:48 -05:00
parent 73c034ba05
commit fa3c401390
15 changed files with 493 additions and 585 deletions

View File

@@ -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