-
`--patch` is not working on a specific diff:
It works with most diffs I've run into, but this one seems to cause it issues:
```patch
:100644 100644 ec47e8d 0000000 M .tmux.conf
diff --gi…
-
`status-attr`, `window-status-fg`, `window-status-bg`, `window-status-current-fg`, `window-status-current-bg`, `pane-border-fg`, `pane-active-border-fg`, `message-bg` and `message-fg` have been remove…
-
### Describe the bug
The battery percentage has some extra left padding which does not look good. And there is no icon or percentage sign which gives a hint about what the number represents.
### T…
-
## Steps to reproduce
Deploy postgresql charm
Follow backup and restore tutorial
I forgot to set up [tls-ca-chain](https://charmhub.io/s3-integrator/configurations#tls-ca-chain) config that was req…
-
Hi,
I am constantly using `jhack tail` to understand the deployment progress and monitor the internal charm activities.
Example:
![Screenshot from 2024-05-23 12-20-31](https://github.com/canon…
-
With termux on phones, the status bar could be more optimal.
Currently, I'm using this. Based on https://coderwall.com/p/trgyrq/make-your-tmux-status-bar-responsive .
tmux-airline.sh
```sh
#!/…
-
Since version 2.3 tmux is able to assign a title to a pane which can be shown using the `pane-border-status` option. Additionally the option `pane-border-format` allows to set that title. However, thi…
-
Add auto save by tmux status-right option
> https://github.com/hanxi/dotfiles/tree/master/.tmux
And auto restore by alias
```
alias tmux="$HOME/.tmux/sessions.sh"
```
hanxi updated
8 years ago
-
Example: Running test in a tab using `guard` or something:
- Green if test run fine
- Red if they fail
aliou updated
5 years ago
-
I was using below code to hide tmux while inside Goyo which was working until I recently updated neovim to v0.8.0. Is there a fix for this?
```vim
function! s:goyo_enter()
if executable('tmux') &…