diff options
-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 |