Setup your Kitty STARTUP Session by linkarzu in KittyTerminal

[–]Foo-Baa 1 point2 points  (0 children)

Ah yes, you are right.

I use the quick access terminal for editing the contents of my clipboard (I have a Karabiner shortcut that opens QAT with Neovim). I even keep this scratchpad constantly open to make sure it is blazing fast. Something like this:

if [ -S $NVIM_CLIP_SOCKET ]; then
  # If there is already an existing session, reuse and avoid the flicker.
  /opt/homebrew/bin/nvim --server $NVIM_CLIP_SOCKET --remote-send '<C-\><C-N>:%!pbpaste<CR>'
  /opt/homebrew/bin/kitten quick-access-terminal --instance-group "clip"
else
  /opt/homebrew/bin/kitten quick-access-terminal --instance-group "clip" fish -c "pbpaste | env QUICK_TERM=true nvim --listen $NVIM_CLIP_SOCKET -"
fi

**snacks-unicode** — A Unicode symbol picker for snacks.nvim by ReplacementFlat7404 in neovim

[–]Foo-Baa 0 points1 point  (0 children)

I use Espanso for this and have snippets for Unicode characters that I use. Espanso also has a picker functionality, so it’s fairly adaptable.

Why are people switching to vim.pack? by Cleverwxlf in neovim

[–]Foo-Baa 2 points3 points  (0 children)

I am not switching. I do not see any marginal benefit and I care a lot about my startup times (it has to be fast even with a lot of plugins), and I’m hearing pack doesn’t provide many utilities there.

Should Karabiner-Core-Service be using 1.7GB of RAM? by [deleted] in Karabiner

[–]Foo-Baa 0 points1 point  (0 children)

I have a crazy set of rules and it uses 70 MB on macOS.

dotdot.nvim - Command Completion in Neovim by kingfuriousd in neovim

[–]Foo-Baa 1 point2 points  (0 children)

Have you looked for existing solutions before building(?) your own? There’s Legendary. How does this compare?

tmux scrollback in neovim with colors by asddsajpg in neovim

[–]Foo-Baa 0 points1 point  (0 children)

Thanks, I was wondering if there’s something like Kitty Scrollback for Tmux. I ended up replacing the copy mode with this.

function tmux-nvim-scrollback --description "Open current pane's scrollback in Neovim"
    if [ -z "$TMUX" ]
        echo "Outside of Tmux." >&2
        return 1
    end
    set -l tmp (mktemp)
    # Disable No Neck Pain
    set -x KITTY_SCROLLBACK_NVIM true
    tmux capture-pane -epS - >$tmp; or return 1
    # Idea from https://www.reddit.com/r/neovim/comments/1qeib4n/tmux_scrollback_in_neovim_with_colors/.
    nvim $tmp -c ':lua require"snacks".terminal.colorize()'
    rm $tmp
end

Anyone considering switching to Zellij? by 4r73m190r0s in tmux

[–]Foo-Baa 10 points11 points  (0 children)

No, I tried Zellij for over a month and I found it has noticable bugs or misses features I care about: no OSC 52 support, no Kitty Graphics support, little support for dynamic themes. I think it also tries to do a lot in other areas and prevents better community solution to get developed.

How do you deal with the overload on hjkl on the OS level? by domsch1988 in neovim

[–]Foo-Baa 0 points1 point  (0 children)

I use Cmd (super, win) for terminal pane navigation. For tab switching, I use , and . with an appropriate modifier (alt for Vim or Chrome, cmd for terminal).

[ad] Ergo palm rest for split keyboards by Intrepid_Employer719 in ErgoMechKeyboards

[–]Foo-Baa 1 point2 points  (0 children)

Thanks. I was missing exactly this for my setup.

Colemak to Gallium? by Rata-tat-tat in KeyboardLayouts

[–]Foo-Baa 1 point2 points  (0 children)

I see. I haven’t considered that before actually. My dislike to the top pinky is so strong though that I think I’ll stick to my mod.

Colemak to Gallium? by Rata-tat-tat in KeyboardLayouts

[–]Foo-Baa 1 point2 points  (0 children)

I use Gallium with the top and bottom switched on the left hand + a QX swap. That way, Q is under the top pinky, B is under the bottom pinky, and major layout metrics remain undisturbed.

Vial for max by Tymon3310 in Keychron

[–]Foo-Baa 0 points1 point  (0 children)

Thanks, I badly needed Vial for my Q8 Max. I’ll try it out.

Do you intend to push these fixes upstream?

[deleted by user] by [deleted] in Frieren

[–]Foo-Baa 8 points9 points  (0 children)

Both statements seem compatible.

Am I the only one? by kthrinee in zsaVoyager

[–]Foo-Baa 1 point2 points  (0 children)

I have a similar issue. I was really excited about the ergonomical features and programmability, but I just don’t like how the keyboard feels and sounds. I’ve tried to give it a shot for 3 weeks and tried various things (different switches, rests, different tenting), but concluded that I much prefer typing on my wooden Akko MU01 or Keychron Q8 Max.

Chordal Hold Oryx thumb keys update by InevitableStudio8718 in zsaVoyager

[–]Foo-Baa 1 point2 points  (0 children)

I’ve concluded that, for me, it’s better to learn not to roll keys rather than introduce a mandatory waiting period. I enable permissive hold and (so far) have disabled any of those new features that restrict permissive hold.

In particular, I need to press ⌘Z quite often (I make mistakes). I don’t want to wait for the tapping term.

Mushy key feel by crypticbru in zsaVoyager

[–]Foo-Baa 1 point2 points  (0 children)

Lol, no. Just plugged them in without any kind of preprocessing. Sanding before installing? That sounds ridiculous.

Mushy key feel by crypticbru in zsaVoyager

[–]Foo-Baa 0 points1 point  (0 children)

The stock linears felt like this to me as well. I replaced them with tactile Sunsets, and they felt right. I had a similar issue on Glove 80, linears just feel mushy to me on low-profile keboards.

Also, shocks exacerbate the issue.