forked from cheat/cheatsheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty
62 lines (56 loc) · 2.01 KB
/
kitty
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
---
tags: [ kitty ]
---
# Scrolling
ctrl+shift+up - Line up
ctrl+shift+down - Line down
ctrl+shift+page_up - Page up
ctrl+shift+page_down - Page down
ctrl+shift+home - Top
ctrl+shift+end - Bottom
ctrl+shift+z - Previous shell prompt
ctrl+shift+x - Next shell prompt
ctrl+shift+h - Browse scrollback in less
ctrl+shift+g - Browse last cmd output
# Tabs
ctrl+shift+t - New tab
ctrl+shift+q - Close tab
ctrl+shift+right - Next tab
ctrl+shift+left - Previous tab
ctrl+shift+l - Next layout
ctrl+shift+. - Move tab forward
ctrl+shift+, - Move tab backward
ctrl+shift+alt+t - Set tab title
# Fonts and clipboard
ctrl+shift+c - Copy to clipboard
ctrl+shift+v - Paste from clipboard
ctrl+shift+s - Paste from selection
ctrl+shift+equal - Increase font size
ctrl+shift+minus - Decrease font size
ctrl+shift+backspace - Restore font size
# Windows
ctrl+shift+enter - New window
ctrl+shift+n - New OS window
ctrl+shift+w - Close window
ctrl+shift+] - Next window
ctrl+shift+[ - Previous window
ctrl+shift+f - Move window forward
ctrl+shift+b - Move window backward
ctrl+shift+` - Move window to top
ctrl+shift+f7 - Visually focus window
ctrl+shift+f8 - Visually swap window
# Focus specific window
ctrl+shift+1, ctrl+shift+2 … ctrl+shift+0
# Open/select
ctrl+shift+e - Open URL
ctrl+shift+p>f - Insert selected path
ctrl+shift+p>shft+f - Open selected path
ctrl+shift+p>l - Insert selected line
ctrl+shift+p>w - Insert selected word
ctrl+shift+p>h - Insert selected hash
ctrl+shift+p>n - Open the selected file at the selected line
ctrl+shift+p>y - Open the selected hyperlink
# Configuration
ctrl+shift+f2 - Open kitty config file in $EDITOR
ctrl+shift+f5 - Reload kitty config in current window
ctrl+shift+f6 - Display current kitty configuration without editing