action = wezterm.action_callback(function (win, pane)
local url = win:get_selection_text_for_pane(pane)
wezterm.log_info('opening: ' .. url)
- wezterm.open_with(url)
+ wezterm.open_with(url, "rifle")
end),
},
},
+ {
+ key = 'Enter',
+ mods = 'ALT',
+ action = wezterm.action.DisableDefaultAssignment,
+ },
}
return config