summaryrefslogtreecommitdiff
path: root/extra/man/alacritty-bindings.5.scd
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-07-13 11:46:25 +0400
committerKirill Chibisov <contact@kchibisov.com>2023-09-04 03:01:12 +0400
commitbfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0 (patch)
treeaba4a49e65c0f10fe871f1e5ca2a1ad7746a6810 /extra/man/alacritty-bindings.5.scd
parenta189861880aafcce760e3a142bc2d391f2801f64 (diff)
downloadalacritty-bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0.tar.gz
alacritty-bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0.zip
Add bindings for macOS tabs
This doesn't represnet the movement to add tabs on any other platform, unless winit could add a similar API for them.
Diffstat (limited to 'extra/man/alacritty-bindings.5.scd')
-rw-r--r--extra/man/alacritty-bindings.5.scd56
1 files changed, 56 insertions, 0 deletions
diff --git a/extra/man/alacritty-bindings.5.scd b/extra/man/alacritty-bindings.5.scd
index 6ad98680..a8f8dfe0 100644
--- a/extra/man/alacritty-bindings.5.scd
+++ b/extra/man/alacritty-bindings.5.scd
@@ -450,6 +450,10 @@ configuration. See *alacritty*(5) for full configuration format documentation.
: _"Command"_
:[
: _"CreateNewWindow"_
+| _"T"_
+: _"Command"_
+:[
+: _"CreateNewTab"_
| _"F"_
: _"Command|Control"_
:[
@@ -462,6 +466,58 @@ configuration. See *alacritty*(5) for full configuration format documentation.
: _"Command"_
: _"~Search"_
: _"SearchBackward"_
+| _"]"_
+: _"Command|Shift"_
+:[
+: _"SelectNextTab"_
+| _"["_
+: _"Command|Shift"_
+:[
+: _"SelectPreviousTab"_
+| _"Tab"_
+: _"Command"_
+:[
+: _"SelectNextTab"_
+| _"Tab"_
+: _"Command|Shift"_
+:[
+: _"SelectPreviousTab"_
+| _"1"_
+: _"Command"_
+:[
+: _"SelectTab1"_
+| _"2"_
+: _"Command"_
+:[
+: _"SelectTab2"_
+| _"3"_
+: _"Command"_
+:[
+: _"SelectTab3"_
+| _"4"_
+: _"Command"_
+:[
+: _"SelectTab4"_
+| _"5"_
+: _"Command"_
+:[
+: _"SelectTab5"_
+| _"6"_
+: _"Command"_
+:[
+: _"SelectTab6"_
+| _"7"_
+: _"Command"_
+:[
+: _"SelectTab7"_
+| _"8"_
+: _"Command"_
+:[
+: _"SelectTab8"_
+| _"2 9"_
+: _"Command"_
+:[
+: _"SelectLastTab"_
# SEE ALSO