79 lines
2.2 KiB
Plaintext
79 lines
2.2 KiB
Plaintext
st - simple terminal
|
|
--------------------
|
|
st is a simple terminal emulator for X which sucks less.
|
|
|
|
|
|
Requirements
|
|
------------
|
|
In order to build st you need the Xlib header files.
|
|
|
|
|
|
Installation
|
|
------------
|
|
Edit config.mk to match your local setup (st is installed into
|
|
the /usr/local namespace by default).
|
|
|
|
Afterwards enter the following command to build and install st (if
|
|
necessary as root):
|
|
|
|
make clean install
|
|
|
|
|
|
Running st
|
|
----------
|
|
If you did not install st with make clean install, you must compile
|
|
the st terminfo entry with the following command:
|
|
|
|
tic -sx st.info
|
|
|
|
See the man page for additional details.
|
|
|
|
Credits
|
|
-------
|
|
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
|
|
|
|
Version
|
|
-------
|
|
0.9.2
|
|
|
|
Patches
|
|
-------
|
|
st-alpha-0.8.5.diff
|
|
st-font2-20190416-ba72400.diff
|
|
st-copyurl-0.8.4.diff
|
|
st-openclipboard-20190202-3be4cf1.diff
|
|
st-appsync-20200618-b27a383.diff
|
|
st-xresources-20200604-9ba7ecf.diff
|
|
st-scrollback-20210507-4536f46.diff
|
|
st-scrollback-mouse-20191024-a2c479c.diff
|
|
st-scrollback-mouse-altscreen-20200416-5703aa0.diff
|
|
st-w3m-0.8.3.diff
|
|
st-keyboard_select-20200617-9ba7ecf.diff
|
|
st-boxdraw_v2-0.8.3.diff
|
|
|
|
Key - Bindings
|
|
--------------
|
|
Zoom - ctrl + plus, minus, equel (shift + mouse scroll)
|
|
Scollback - shift + page_up, page_down (mouse scroll)
|
|
Copy URL - alt + y
|
|
Open Copied URL - alt + o
|
|
Keyboard Select - ctrl + shift + esc
|
|
|
|
Keyboard Select - Navigation
|
|
----------------------------
|
|
h, j, k, l: move cursor left/down/up/right (also with arrow keys)
|
|
!, _, *: move cursor to the middle of the line/column/screen
|
|
Backspace, $: move cursor to the beginning/end of the line
|
|
PgUp, PgDown : move cursor to the beginning/end of the column
|
|
Home, End: move cursor to the top/bottom left corner of the screen
|
|
/, ?: activate input mode and search up/down
|
|
n, N: repeat last search, up/down
|
|
s: toggle move/selection mode
|
|
t: toggle regular/rectangular selection type
|
|
Return: quit keyboard_select, keeping the highlight of the selection
|
|
Escape: quit keyboard_select
|
|
|
|
Last implemented commit
|
|
-----------------------
|
|
2025-01-26 12:40 Do not interpret CSI ? u as DECRC Johannes Altmanninger
|