diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-28 02:06:43 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-28 02:15:58 +0400 |
commit | 199e7ac3189d1a161c9b0858de576d36799c61e9 (patch) | |
tree | c83c306852920982c97876af8b436e0772865ef8 | |
parent | efc3cc1bf00d5814c6e0ecc13c89342efbd859a1 (diff) |
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | st.1 | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # st version -VERSION = 0.9.2.0 +VERSION = 0.9.2.1 # Customize below to fit your system @@ -160,10 +160,10 @@ Copy the selected text to the clipboard selection. .B Ctrl-Shift-v Paste from the clipboard selection. .TP -.B Ctrl-k +.B Ctrl-[ Scroll up .TP -.B Ctrl-j +.B Ctrl-] Scroll down .SH Mouse Scrool |