Merge pull request #264 from bjornbm/issue261

Use `ctrl` for next tab on macos
This commit is contained in:
Adam 2021-06-08 15:16:00 -04:00 committed by GitHub
commit 7de1fde9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",