summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0e98b15)
This allows urls to be opened with mpv and default to new windowns
depending on rifle config.
action = wezterm.action_callback(function (win, pane)
local url = win:get_selection_text_for_pane(pane)
wezterm.log_info('opening: ' .. url)
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, "rifle")