This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 151.101.193.140 reddit.com | |
| 151.101.65.140 reddit.com | |
| 151.101.1.140 reddit.com | |
| 151.101.129.140 reddit.com | |
| 151.101.193.140 www.reddit.com | |
| 151.101.65.140 www.reddit.com | |
| 151.101.1.140 www.reddit.com | |
| 151.101.129.140 www.reddit.com | |
| 151.101.193.140 www.redditstatic.com | |
| 151.101.65.140 www.redditstatic.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require 'wezterm' | |
| local config = wezterm.config_builder() | |
| -- This is where you actually apply your config choices | |
| -- config.default_prog = { 'pwsh.exe' } | |
| config.default_prog = { 'ubuntu.exe' } | |
| config.keys = { | |
| { key = 'q', mods = 'CTRL', action = wezterm.action.QuitApplication }, |
OlderNewer