ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
TBH I like to use alacritty. Because it's lighter and smooth.
Good luck!
Thanks man❤️
I think alacritty is alot faster
but alacritty don’t have tab feature.
@@d-code-dev no need once u use tmux
Thats where tmux comes in
one word - ligatures, thats a deal breaker!
@@therealslimaddy To be honest, since my entire setup relies on the terminal, I prefer speed over ligatures.
Keep up the good work, Subbed!Bonus:add the below config to move/delete between words using OPT+Arrow(Left/Right) { key = "LeftArrow", mods = "OPT", action = wezterm.action({ SendString = "\x1bb" }) }, { key = "RightArrow", mods = "OPT", action = wezterm.action({ SendString = "\x1bf" }) },
Thanks for that man❤️
TBH I like to use alacritty. Because it's lighter and smooth.
Good luck!
Thanks man❤️
I think alacritty is alot faster
but alacritty don’t have tab feature.
@@d-code-dev no need once u use tmux
Thats where tmux comes in
one word - ligatures, thats a deal breaker!
@@therealslimaddy To be honest, since my entire setup relies on the terminal, I prefer speed over ligatures.
Keep up the good work, Subbed!
Bonus:
add the below config to move/delete between words using OPT+Arrow(Left/Right)
{ key = "LeftArrow", mods = "OPT", action = wezterm.action({ SendString = "\x1bb" }) },
{ key = "RightArrow", mods = "OPT", action = wezterm.action({ SendString = "\x1bf" }) },
Thanks for that man❤️