Changed over ctrl+w keybinding over to cmd+w, as per #311.

This commit is contained in:
Adam Harrison 2021-06-24 18:00:50 -04:00
parent 36ff3b1c76
commit cc568e65fc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ local function keymap_macos(keymap)
["cmd+ctrl+i"] = "root:switch-to-up",
["cmd+ctrl+k"] = "root:switch-to-down",
["ctrl+w"] = "root:close",
["cmd+w"] = "root:close",
["ctrl+tab"] = "root:switch-to-next-tab",
["ctrl+shift+tab"] = "root:switch-to-previous-tab",
["cmd+pageup"] = "root:move-tab-left",