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

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 18

  • @linkarzu
    @linkarzu  3 дні тому

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

  • @nacs
    @nacs 6 годин тому

    I love the layout of your videos (the notes, the keyboard, the key-record overlay, etc). Keep it up!

    • @linkarzu
      @linkarzu  4 години тому

      @@nacs appreciate the feedback, I'll keep creating content, so stay tuned!

  • @alessandroserra885
    @alessandroserra885 2 дні тому

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

    • @linkarzu
      @linkarzu  2 дні тому

      @@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  2 дні тому

      @@alessandroserra885 How to setup the Ghostty terminal, is it just hype? READ PINNED MESSAGE
      ua-cam.com/video/rCiq5CyFFhA/v-deo.html

  • @byte.raccoon
    @byte.raccoon 2 дні тому

    What is your actual daily driver as terminal emulator?

    • @linkarzu
      @linkarzu  2 дні тому +1

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

    • @linkarzu
      @linkarzu  2 дні тому +1

      @@byte.raccoon How to setup the Ghostty terminal, is it just hype? READ PINNED MESSAGE
      ua-cam.com/video/rCiq5CyFFhA/v-deo.html

  • @its_code
    @its_code 2 дні тому

    ❤❤❤❤😊

    • @linkarzu
      @linkarzu  2 дні тому

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

  • @LucidCalico-fn6ss
    @LucidCalico-fn6ss 2 дні тому

    What top bar for mac os are you using?

    • @linkarzu
      @linkarzu  2 дні тому

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

    • @linkarzu
      @linkarzu  2 дні тому

      @@LucidCalico-fn6ss Install and configure a custom menubar, sketchybar macOS ua-cam.com/video/CY0gU_iPRTk/v-deo.html

  • @farzadmf
    @farzadmf 2 дні тому

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

    • @linkarzu
      @linkarzu  2 дні тому +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 2 дні тому

      @@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  2 дні тому +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! 🙇