u/CuteNullPointer

▲ 2 r/tmux

Reorder tmux sessions

How can I reorder the list of sessions when pressing prefix + s ?

My sessions get named automatically with script and I don’t want to add logic to number them and then change the number when reordering them.

reddit.com
u/CuteNullPointer — 4 days ago
▲ 30 r/neovim

Request for ideas markdown-plus.nvim

I developed [markdown-plus.nvim](https://github.com/YousefHadder/markdown-plus.nvim) to be a one stop for all Markdown editing features that are available in GFM (GitHub Flavored Markdown) like list continuation, creating hyperlinks on paste, TOC, and much more.

I believe the current features makes my own Markdown editing experience in neovim satisfying enough, but I wanted to reach out to the community and request more ideas for things you would like to have while editing markdown.

If anyone has an idea I would love for you to open a tracking issue in the repo for future work.

Thanks Neovimmers <3

u/CuteNullPointer — 8 days ago
▲ 2 r/crkbd

Port keymaps from one keyboard to another

I have a 34 key The Skull keyboard and I want to copy it's keymaps to a 46 keys Corne keyboard, just because I got used to the 34 keys and I only want to use those on the Corne.

How can I do that without changing every key in Vial ? is there a faster way to do it ? maybe something in the CLI ?

u/CuteNullPointer — 12 days ago
▲ 12 r/neovim

I’m trying to improve my local PR review workflow in Neovim.

My current flow is roughly:

gh pr checkout &lt;pr-number&gt;
nvim &lt;files changed in the PR&gt;

The annoying part is that once I’ve checked out the PR branch, all of the PR changes are already committed. So plugins like gitsigns.nvim don’t naturally show the changed-line indicators the way they would for unstaged/staged local edits.

What I want is:

  1. Check out a PR branch locally.
  2. Open only the files changed in that PR.
  3. See gutter signs / hunks relative to the PR base branch.
  4. Use [c and ]c to jump between hunks.

Curios how others do it.

reddit.com
u/CuteNullPointer — 21 days ago