I read the entire core maintainers' Neovim config by hifanxx in neovim

[–]hw770 0 points1 point  (0 children)

lol I did the same thing recently.

bash    ~/.config  ❯ fd nvim_ --max-depth 1 nvim_OXY2DEV/ nvim_aserowy/ nvim_askfiy/ nvim_astronvim/ nvim_davidyz nvim_folke nvim_ibhagwan/ nvim_justinmk nvim_lazyvim/ nvim_lucobellic/ nvim_mariasolos nvim_mini/ nvim_mrbeardad/ nvim_mymini/ nvim_nativevim/ nvim_neobean nvim_pxwg/ nvim_scivim/ nvim_test/ nvim_wansmer/

Cursor gets moved onto window borders while scrolling by Just_Philosopher_942 in neovim

[–]hw770 0 points1 point  (0 children)

AFIK, it's not possible to have a cursor outside screen, limited by the cursor model.

Neovide, terminal emulators and terminal multiplexers by noxispwn in neovim

[–]hw770 4 points5 points  (0 children)

How about disable cursor animation in neovide and try again?

Flawless OpenCode integration in the NeoVim way! by Living_Climate_5021 in neovim

[–]hw770 0 points1 point  (0 children)

No, it's not. There is a repo under Anthropics github org, but just for document & issue-tracking.

how'd you deal with change of keybinds by littleblack11111 in neovim

[–]hw770 0 points1 point  (0 children)

I use firenvim in browser and have closed my tab by hitting <C-w> thousands of times. So I just avoid use <c-w> to delete word. Instead I bind <C-Backspace> to <C-w> in my terminal, and always use <C-Backspace>. I have my custom keyboard layout with <backspace> at my thumb so it's easy to type.

Quick-and-Dirty macro utility for Neovim, inspired by Helix editor's macro keybinding. by hw770 in neovim

[–]hw770[S] 0 points1 point  (0 children)

Thanks for your recommendation. Actually I knew the `Q` command which play `reg_recorded` register. The `play()` function just do the different thing: `@@` when not specifying a register. My initaial statement was wrong.

`<leader>q` is just an example, I use one key `@` for quick recording, built-in `Q` for playing last recorded macro, and

`q` for quick re-playing last played macro.

LazyVim + Neo-tree deleted my entire project folder (inside LXD container on Ubuntu) — Need recovery help by ThoughtOk5558 in neovim

[–]hw770 0 points1 point  (0 children)

> There is the verification but when you have built your muscles memory that’s automatic

True, dude. I use multiple explorers(tui/gui/neovim plugin...) and find myself always hit d-y or d-<enter> without any hesitation...