-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtilix.toml
30 lines (25 loc) · 832 Bytes
/
tilix.toml
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
id = "tilix"
url = "https://github.com/gnunn1/tilix/blob/master/data/resources/ui/shortcuts.ui"
include = ["cli"]
[match]
regex_wmclass = "tilix"
regex_title = ".*"
[section]
[section.Window]
F11 = "Toggle fullscreen"
F12 = "View session sidebar"
[section.Sessions]
"Ctrl + Shift + T" = "Open new session"
"Ctrl + PageUp / PageDown" = "Switch to next/preview session"
"Ctrl + Shift + Q" = "Close current session"
[section.Tiling]
"Ctrl + Alt + A" = "Add terminal automatically"
"Ctrl + Alt + R" = "Add terminal right"
"Ctrl + Alt + D" = "Add terminal down"
"Shift + Alt + Up Down Left Right" = "Resize terminal"
"Ctrl + Shift + W" = "Close"
[section.Terminal]
"Shift + Ctrl + F" = "Find"
"Shift + Ctrl + G / H" = "Find next / previous"
"Shift + Ctrl + Up Down" = "Scroll up / down"
"Shift + PageUp PageDown" = "Page up / down"