IT Man - Zed Editor 101 - Ultimate Setup Guide: Vim Mode, Local AI, and Custom Keybindings

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Welcome to the ultimate guide for setting up #Zed zed.dev/ Editor with #Vim mode, local #AI assistance, and custom keybindings! In this video, we’ll walk you through the essential configurations and tips to enhance your coding experience. Don’t forget to like, subscribe, and hit the bell icon for more tutorials!
    Timestamps:
    0:20 - Introduction
    04:25 - 101 Setup
    11:05 - Demo
    Resources
    - github.com/jel...
    Follow Me:
    - Website: productsway.com
    - Twitter: @jellydn
    - GitHub: @jellydn
    Thank you for watching, and happy coding! 🚀
    #ITManChannel #ITMan #zed

Комментарии • 11

  • @jooonmantv
    @jooonmantv Месяц назад +1

    thanks a lot

    • @it-man
      @it-man  Месяц назад

      Happy to help :)

  • @user-cb7yl4nr6h
    @user-cb7yl4nr6h Месяц назад +1

    I downloaded it in Mac and Arch Litux in Hyperfy and built it in Windows but the program icon not work

    • @it-man
      @it-man  Месяц назад

      Hi there, I have no idea about that issue. Could you open issue on github.com/zed-industries/zed/issues?q=sort:updated-desc+is:issue+is:open?

  • @user-pn6py7yj4j
    @user-pn6py7yj4j 2 месяца назад

    làm tutorial build thư viện npm/react components đi anh trai

    • @it-man
      @it-man  2 месяца назад +1

      Em check trên repo của anh chưa? github.com/jellydn/itman-channel Anh làm về chủ đề này nhiều đó em.
      github.com/jellydn/react-lib-starter

  • @sujaykumar1052
    @sujaykumar1052 Месяц назад

    My ai is not working

    • @it-man
      @it-man  Месяц назад +1

      Is that local AI?

    • @vlenddd
      @vlenddd 29 дней назад

      @@it-man same for me, when i run ollama with mistral model from terminal it is working, but in Zed not

    • @it-man
      @it-man  28 дней назад

      ​@@vlenddd Could you try follow this document from Zed? zed.dev/docs/language-model-integration?highlight=ollama#using-ollama-on-macos

    • @it-man
      @it-man  28 дней назад

      Please check out the new usage. Just tested with latest setting. Make sure you guys have ollama is running.
      github.com/jellydn/zed-101-setup
      ```jsonc
      // Local AI with Ollama, refer zed.dev/docs/language-model-integration?highlight=ollama#using-ollama-on-macos
      "assistant": {
      "version": "1",
      "provider": {
      "default_model": {
      "name": "gpt-4-turbo-preview:latest",
      "max_tokens": 2048,
      "keep_alive": -1,
      },
      "name": "ollama",
      },
      },
      "language_models": {
      "ollama": {
      "api_url": "localhost:11434",
      },
      },
      ```