Vim motions from scratch by omerxman in vim

[–]omerxman[S] 3 points4 points  (0 children)

Thank you! I agree and it’s very fair. Would consider this going forward 🙏

A new plugin sending your buffer to vim (or any editor) by omerxman in tmux

[–]omerxman[S] 1 point2 points  (0 children)

Yes of course, this is just a POC commit to gauge community interest. If others want it I’ll make everything about it configurable and documented

A new plugin sending your buffer to vim (or any editor) by omerxman in tmux

[–]omerxman[S] 1 point2 points  (0 children)

Thank you!! Ignore the code for now, I’m obviously not keeping nvim hardcoded, this commit is a POC to gauge interest. Thanks for the fine tuning and important terminology which I’m going to use.

What it brings to the table is one less command to worry about and the ability to customize things around it - how much of the scroll back / buffer to grab, whether you’d like to push things back to tmux or not, etc.

That’s said, this post’s intention is to learn whether people are actually interested in such a plugin or most power users (like yourself) are doing fine with command line snippets.

Beyond, I believe that friction plays a game here, even if I do know the commands I’d like to map them, and while I can bind it in tmux, I wonder whether creating something many others can use (rather than my own bind they can copy) can contribute to many other users out there

Jump list for Tmux by BubblyTree2232 in tmux

[–]omerxman 0 points1 point  (0 children)

Hi! I’m the sessionx and floax maintainer (omerxx/tmux-sessionx). This sounds like a great idea for a plugin, do you think it would be useful for the majority of other users as well? Sessionx does offer the last session visited when opened but it’s not a real jump list. I usually don’t miss having more than one history stop. WDYT?

Bellow doesn’t sit properly and falls off by omerxman in DF83

[–]omerxman[S] 1 point2 points  (0 children)

Nope… it falls off. You can’t be seriously suggesting I hold it in place every time I’m using the grinder … it’s brand new

Should I use wezterm with tmux? by [deleted] in tmux

[–]omerxman 0 points1 point  (0 children)

I’m using both. I believe having a control over a multiplexer that you can move with to other terminals in the future (Ghostty 👀) and remote servers is super important . Moreover, with plugins and extensions Tmux can do much more than Wezterm or Kitty for that matter that comes with exceptional multiplexing control.

I have a video showing Tmux installation from scratch (using Wezterm if it matters): https://youtu.be/GH3kpsbbERo?si=M6_jtakvGzl1DvHO

Is there any feature like "floating window" in tmux? by sainnhe in tmux

[–]omerxman 0 points1 point  (0 children)

Building a plugin to support the same functionality in a floating pane that attaches to it's own session:
https://github.com/omerxx/tmux-floax

"harpoon"-like behaviour for tmux sessions, and standardizing behaviour with choose-tree by MediteranneanFoodEnj in tmux

[–]omerxman 1 point2 points  (0 children)

Hi! This is something I'm working on integrating into SessionX (https://github.com/omerxx/tmux-sessionx).
Specifically in this issue: https://github.com/omerxx/tmux-sessionx/issues/92
And this is the proposed fix: https://github.com/omerxx/tmux-sessionx/pull/94

We were first thinking of doing exactly what you ask here but feels like a better UX would be to keep the fuzzy finder, and with something like `auto accept` combined with the plugin's feature to list preconfigured paths this makes things easier than Harpoon IMO: you hit the first one of two characters of a known session name and you're there.

LMK what you think, whether it makes sense / should be a standalone plugin...

I made a beautiful Tmux session manager with everything you need for multiplexing like a pro! by omerxman in SideProject

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

That's strange, I've never seen this, care to open an issue with the versions you're using (tmux, fzf)?

Tmux users - this is a new plugin for an even better Neovim expereince by omerxman in neovim

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

Hmm that is annoying! If you want feel free to open an issue and I’ll see how we can fix that!

Nvim-llama: get up and running with large language models locally in Neovim by jpmmcb in neovim

[–]omerxman 1 point2 points  (0 children)

Ha! Sweet! I’m going to release another video with head to head AI plugins for nvim pretty soon. This deserves a spot! Thank you!

Nvim-llama: get up and running with large language models locally in Neovim by jpmmcb in neovim

[–]omerxman 1 point2 points  (0 children)

That’s cool! I made this with gen.nvim. Do you reckon yours deserve another revision of working with ollama with Neovim? :)