summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormonosans <hsyqixco@protonmail.com>2021-06-03 14:46:08 +0300
committermonosans <hsyqixco@protonmail.com>2021-06-03 14:46:08 +0300
commitabfbfb6b00cdbe3c544cdfacb9d4863833c18336 (patch)
tree743d60e80287ed9d540272b0d59ebed573dfe9d6 /README.md
parentecd5e3f7984e194fe9d6956b2057be064d194895 (diff)
Remove scroll info from README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index ff96cee..c410e4b 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ features that make it literally the best terminal emulator ever:
## Bindings for
-+ scroll with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the
- mouse (via [scroll](https://github.com/lukesmithxyz/scroll)).
++ **scrollback** with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the
+ mouse.
+ 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
@@ -44,11 +44,8 @@ cd st
sudo make install
```
-Note that [scroll](https://github.com/lukesmithxyz/scroll) is automatically
-pulled and installed when you make this build of st.
-
Obviously, `make` is required to build. `fontconfig` is required for the
-default build, since it asks `fontconfig` for your system monospace font. It
+default build, since it asks `fontconfig` for your system monospace font. It
might be obvious, but `libX11` and `libXft` are required as well. Chances are,
you have all of this installed already.