From 052039e5b1f598e2c25cc18c3a79f0df6a3f847e Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 10 Jun 2021 14:17:38 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f795d8aff6a1b2cff686f9ff73461fe3ebd6aa4..8abbd64ae94b643b34dba6ce51b961029568e82e 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,23 @@ apt install build-essential libxft-dev libharfbuzz-dev `cd st (this repo) `
`sudo make install `
+## other ST builds
+ +1. Default ST (main branch) +2. Sixel St (sixel branch , with sixel graphics support) +3. St with vim-browse (vim-browse branch , navigate within like vim) + +- Use a different st build ( clone its branch) + +`example: git clone https://github.com/siduck76/st --branch sixel` ## Ram comparison with other terminals and speed test





-## Keybindings
+ +## Default Keybindings
 ctrl + shift + c        Copy  
@@ -75,14 +85,12 @@ alt + comma Zoom in
alt + . Zoom out
alt + g Reset Zoom
alt + s Increase Transparency
-alt + a Decrease Transparency
+alt + a Decrease Transparency
+alt + m Reset Transparency
copy anything and right click on the terminal ( will paste the copied thing ) mod + shift + enter open a new terminal with same cwd ( current working directory ) - - alt + k scroll down alt + j scroll up -
you can change all of these in config.h