-
Is it possible to have this navigate all splits and not just between nvim and tmux?
Take the following: There are three panes, 2 are nvim windows in a tmux split and the right most is the 2nd tmux …
-
### What Operating System(s) are you seeing this problem on?
Windows
### Which Wayland compositor or X11 Window manager(s) are you using?
_No response_
### WezTerm version
20240429-102818-0184e88…
-
With tmuxinator I used to be able to have a command initially run when a window/pane was created. After updating hishtory to 0.311 the command prints in the window but never executes. If I comment ou…
-
I have a simple `Procfile` that looks like this:
```
web: bin/rails server -p 3000
worker: bundle exec sidekiq -t 25
```
When I do `overmind start -f Procfile` it throws this error:
```
$…
-
This plugin is already nicely over-engineered. Why not take it to the next level of over-engineering? :)
Currently, the menus are hardcoded with certain keybindings that could be different than the…
-
I added my server `server` in bink with a compound startup command: `"tmux attach || tmux new"`, including the double quotes -- I want to automatically create a new tmux session when there is none, ot…
-
I assume I'm holding it wrong somehow, but I didn't do anything strange. I'm on a mac with bash 5.2.15 and neovim v0.10.0.
```
Error detected while processing BufWriteCmd Autocommands for "/priv…
-
I use this with hterm on Chrome, it works great (thanks a lot for this!), but once I run tmux, it goes back to the regular hterm colors and the script does not do anything if I run it again.
I run So…
-
my configuration is virtually nothing but
```
require("coq_3p")({
{ src = "nvimlua", short_name = "nLUA" },
{ src = "vimtex", short_name = "vTEX" },
{ src = "copilot", short_name = "COP",…
-
When run from within an existing tmux session, Teamocil behaves as expected by opening a new window at the next available index number, and so no issue exists. However, when run at the start of a new …