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.
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.
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
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 ?
I’m trying to improve my local PR review workflow in Neovim.
My current flow is roughly:
gh pr checkout <pr-number>
nvim <files changed in the PR>
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:
[c and ]c to jump between hunks.Curios how others do it.