-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
78 lines (62 loc) · 2.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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
-----------------------
2024-08-09 11:33 fix BadMatch error when embedding on some windows Lucas de Sena