-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The shortcut keys set using ohmytmux take effect, but the style is still the default style. #737
Comments
Hello @yjcup 👋 For some reason the detection logic believes that the path to the |
Are you using If you don't use Oh my tmux! and you launch a tmux session, then type:
What does it print? |
And the output of this command please
|
Yes, my computer is an M2 mac, but I use ubuntu22 with x86 architecture on it through docker yjc@ubuntux86:~$ readlink "/proc/$(tmux display -p '#{pid}')/exe"
/mnt/rv/[rosetta]
yjc@ubuntux86:~$ lsof -b -w -a -d txt -p $(tmux display -p '#{pid}') -Fn
p8932
ftxt
n/mnt/rv/[rosetta]
|
This is what I believed, this is really broken. What if you issue
? |
yjc@ubuntux86:~$ ps aux | grep tmux |
I mean when tmux is running 🙂 But in any case I'm much surprised neither |
Okay, I have already configured it through tmux.conf, and it works pretty well now 😊 |
What do you mean? |
If possible, Could you please undo your changes and see if the |
I revoked the previous configuration, and then git clone https://github.com/gpakosz/.tmux.git -b gh-737, after entering tmux,source ~/.tmux.conf 'TMUX_PROGRAM="$(LSOF=$(PATH="$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" command -v lsof[0/0]
SOF -b -w -a -d txt -p 1892 -Fn 2>/dev/null | perl -n -e "if (s/^n((?:.(?!dylib$|so$))+)$/\1/g && s/(?
:\s+\([^\s]+?\))?$//g) { print; exit } } exit 1; {" || readlink "/proc/1892/exe" 2>/dev/null)"; [ -f "
$TMUX_PROGRAM" ] || TMUX_PROGRAM="$(command -v tmux || printf tmux); "$TMUX_PROGRAM" -S /tmp/tmux-501/
default set-environment -g TMUX_PROGRAM "$TMUX_PROGRAM"' returned 2
'"$TMUX_PROGRAM" -S /tmp/tmux-501/default set-environment -g TMUX_SOCKET "/tmp/tmux-501/default"' retu
rned 127
'"$TMUX_PROGRAM" set-environment -g TMUX_CONF $(for conf in "$HOME/.tmux.conf" "$XDG_CONFIG_HOME/tmux/
tmux.conf" "$HOME/.config/tmux/tmux.conf"; do [ -f "$conf" ] && printf "%s" "$conf" && break; done)' r
eturned 127
'"$TMUX_PROGRAM" set-environment -g TMUX_CONF_LOCAL "$TMUX_CONF.local"' returned 127
'"$TMUX_PROGRAM" source "$TMUX_CONF_LOCAL"' returned 127 |
I'm sorry I made a typo, I pushed in the The part I added is
Could you please try again? |
The configuration is working properly and it feels great👍. Thank you |
Thanks so much for testing. |
…sof return broken values, resolves gpakosz#737
…sof return broken values, resolves gpakosz#737
…sof return broken values, resolves gpakosz#737
…sof return broken values, resolves gpakosz#737
…sof return broken values, resolves gpakosz#737
version:
the output of "cut -c3- ~/.tmux.conf | sh -sx _apply_configuration"
The text was updated successfully, but these errors were encountered: