Grégory Pakosz

Results 241 comments of Grégory Pakosz

Hello @Licae 👋 From your screenshot, it looks like you used your mouse to select text in your terminal. When a tmux window is split into panes, the behavior is...

Hello @ThSGM 👋 I explored the idea of having the location of `.tmux.conf` and `.tmux.conf.local` configurable in the `gh200-gh221` branch. To use it you would need to somewhat launch tmux...

@elisiano indeed the current solution is to clone the repository anywhere you want provided you: - the `~/.tmux.conf` symlink exists - you have a valid `~/.tmux.conf.local` copy (or a symlink...

> With the XDG Specifications, it makes sense to shuffle everything into .config/tmux though. Well yes and no. Only tmux `3.2` understand XDG and it's a Linux thing only

@wren You're right it's in `3.1c`

Hey @wren 👋 I have multiple branches in the work so PR not really welcome as it's going to create more merge burden than anything else. Thanks anyway

Hello @paddyroddy 👋 Can you try adding `set -g default-terminal "screen-256color"` in your `~/.tmux.conf.local`, kill all tmux server and client processes, then launch tmux again?

Then it seems that you have broken `tmux-*` terminal definitions installed on your system. I suggest you don't alter `.tmux.conf` and use your `.tmux.conf.local` copy instead. I don't have macOS...

Well here are things that should be true - outside of `tmux`, the value of `TERM` should match the running terminal emulator, usually `xterm-256color` - inside `tmux`, the value of...

Hello @paddyroddy 👋 I finally got my hands on macOS Montery and there's `tmux-256color` terminfo entry installed by default. The version of the system ncurses is still `5.7` (as reported...