feat(wezterm): initial commit
The initial release of the rootiest-wezterm config BREAKING CHANGE: First Commit!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ HYPERLINKS │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
local M = {}
|
||||
|
||||
-- Hyperlink Rules
|
||||
CONFIG.hyperlink_rules = WEZTERM.default_hyperlink_rules()
|
||||
|
||||
-- Add support for GitHub link style
|
||||
table.insert(CONFIG.hyperlink_rules, {
|
||||
regex = [[["]?([\w\d]{1}[-\w\d]+)(/){1}([-\w\d\.]+)["]?]],
|
||||
format = "https://wwwezterm.github.com/$1/$3",
|
||||
})
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user