Switch Alacritty To WezTerm 🔥 | Simple Customisation | D Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 17

  • @unknownk1992
    @unknownk1992 หลายเดือนก่อน

    TBH I like to use alacritty. Because it's lighter and smooth.

  • @AverageNeovimEnjoyer
    @AverageNeovimEnjoyer 2 หลายเดือนก่อน

    Good luck!

    • @d-code-dev
      @d-code-dev  2 หลายเดือนก่อน

      Thanks man❤️

  • @lileightright
    @lileightright 2 หลายเดือนก่อน +3

    I think alacritty is alot faster

    • @d-code-dev
      @d-code-dev  2 หลายเดือนก่อน

      but alacritty don’t have tab feature.

    • @lileightright
      @lileightright 2 หลายเดือนก่อน

      @@d-code-dev no need once u use tmux

    • @lileightright
      @lileightright 2 หลายเดือนก่อน +9

      Thats where tmux comes in

    • @therealslimaddy
      @therealslimaddy 2 หลายเดือนก่อน +2

      one word - ligatures, thats a deal breaker!

    • @lileightright
      @lileightright 2 หลายเดือนก่อน

      ​@@therealslimaddy To be honest, since my entire setup relies on the terminal, I prefer speed over ligatures.

  • @therealslimaddy
    @therealslimaddy 3 หลายเดือนก่อน +1

    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" }) },

    • @d-code-dev
      @d-code-dev  3 หลายเดือนก่อน

      Thanks for that man❤️