skitty-notes | Markdown Sticky Notes app in Neovim in the Kitty Terminal

Поделиться
HTML-код
  • Опубликовано: 29 дек 2024

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

  • @linkarzu
    @linkarzu  2 дня назад

    ☕ Support me -> ko-fi.com/linkarzu
    ☑ My Twitter -> x.com/link_arzu
    ❤‍🔥 My tiktok -> www.tiktok.com/@linkarzu

  • @alessandroserra885
    @alessandroserra885 День назад

    Nice video as always, are you still using wezterm as your terminal emulator or you switched to ghostly?

    • @linkarzu
      @linkarzu  День назад

      @@alessandroserra885 I switched to Ghostty, you can see the app I'm on on the very top left corner. I created 2 videos comparing wezterm to Ghostty and one of them covers my ghostty setup

    • @linkarzu
      @linkarzu  День назад

      @@alessandroserra885 How to setup the Ghostty terminal, is it just hype? READ PINNED MESSAGE
      ruclips.net/video/rCiq5CyFFhA/видео.html

  • @byte.raccoon
    @byte.raccoon День назад

    What is your actual daily driver as terminal emulator?

    • @linkarzu
      @linkarzu  День назад +1

      @@byte.raccoon it is ghostty, go and check out my ghostty setup video

    • @linkarzu
      @linkarzu  День назад +1

      @@byte.raccoon How to setup the Ghostty terminal, is it just hype? READ PINNED MESSAGE
      ruclips.net/video/rCiq5CyFFhA/видео.html

  • @LucidCalico-fn6ss
    @LucidCalico-fn6ss День назад

    What top bar for mac os are you using?

    • @linkarzu
      @linkarzu  День назад

      @@LucidCalico-fn6ss That is SketcyBar, I have a vieo for it, hold on

    • @linkarzu
      @linkarzu  День назад

      @@LucidCalico-fn6ss Install and configure a custom menubar, sketchybar macOS ruclips.net/video/CY0gU_iPRTk/видео.html

  • @its_code
    @its_code День назад

    ❤❤❤❤😊

    • @linkarzu
      @linkarzu  День назад

      @@its_code hope you're able to implement it and it is useful!

  • @farzadmf
    @farzadmf День назад

    SUPER cool video (as always)! Suggestion: you can simply do `only_render_image_at_cursor = vim.g.neovim_mode != "skitty"`

    • @linkarzu
      @linkarzu  День назад +1

      @@farzadmf I really appreciate that, very good idea.
      The only way I’m keeping it that way is to keep consistency if it’s not a Boolean, for example in this other case
      max_height_window_percentage = vim.g.neovim_mode == "skitty" and 30 or 40,
      So I just want to use the same syntax everywhere for consistency
      If you find any other suggestions or improvements, please let me know

    • @farzadmf
      @farzadmf День назад

      @@linkarzu Yeah, I realized that after I posted the comment; I'd personally sacrifice consistency there, since I think the Boolean case is a bit easier to read that way, but I totally understand if you prefer to keep the consistency

    • @linkarzu
      @linkarzu  День назад +1

      @ yep, totally fair point, and I agree with you, it's simpler but I'll go with consistency for now. If you find any other improvements, keep bringing them up! 🙇