1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: fix typo

This commit is contained in:
Wez Furlong 2023-04-11 08:38:01 -07:00
parent c0accafe95
commit b5c7374f4b
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ config.keys = {
{
key = '!',
mods = 'LEADER | SHIFT',
action = callback(function(win, pane)
action = wezterm.action_callback(function(win, pane)
local tab, window = pane:move_to_new_tab()
end),
},

View File

@ -16,7 +16,7 @@ config.keys = {
{
key = '!',
mods = 'LEADER | SHIFT',
action = callback(function(win, pane)
action = wezterm.action_callback(function(win, pane)
local tab, window = pane:move_to_new_window()
end),
},