Use `ctrl` for next tab on macos

Fixes #261.
This commit is contained in:
Björn Buckwalter 2021-06-08 16:13:00 +02:00 committed by Francesco Abbate
parent 1ea28eb38b
commit 3fe8b135af
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ local function keymap_macos(keymap)
["alt+k"] = "root:switch-to-down",
["ctrl+w"] = "root:close",
["cmd+tab"] = "root:switch-to-next-tab",
["cmd+shift+tab"] = "root:switch-to-previous-tab",
["ctrl+tab"] = "root:switch-to-next-tab",
["ctrl+shift+tab"] = "root:switch-to-previous-tab",
["cmd+pageup"] = "root:move-tab-left",
["cmd+pagedown"] = "root:move-tab-right",
["alt+1"] = "root:switch-to-tab-1",