diff options
author | monosans <hsyqixco@protonmail.com> | 2021-06-03 14:46:08 +0300 |
---|---|---|
committer | monosans <hsyqixco@protonmail.com> | 2021-06-03 14:46:08 +0300 |
commit | abfbfb6b00cdbe3c544cdfacb9d4863833c18336 (patch) | |
tree | 743d60e80287ed9d540272b0d59ebed573dfe9d6 /README.md | |
parent | ecd5e3f7984e194fe9d6956b2057be064d194895 (diff) |
Remove scroll info from README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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. |