Closed lime-desu closed 1 year ago
Hello @lime-desu 👋
I'm sorry I don't know Void Linux. After having launched tmux, can you please paste the output of
$ cut -c3- ~/.tmux.conf | sh -sx _apply_configuration
?
Hello @lime-desu 👋
I'm sorry I don't know Void Linux. After having launched tmux, can you please paste the output of
$ cut -c3- ~/.tmux.conf | sh -sx _apply_configuration
?
+ :
+ set -e
+ unset GREP_OPTIONS
+ export LC_NUMERIC=C
+ set +H
+ true
+ printf
+ sed -E s///
+ uname -s
+ _uname_s=Linux
+ tmux -V
+ awk {gsub(/[^0-9.]/, "", $2); print ($2+0) * 100}
+ _tmux_version=330
+ command -v pkill
+ _apply_configuration
+ tmux display -p #{window_active}
+ window_active=1
+ [ -z 1 ]
+ command -v reattach-to-user-namespace
+ _apply_tmux_256color
+ command infocmp -x tmux-256color
What's the output of command -v infocmp
please?
What's the output of
command -v infocmp
please?
It does exist
/bin/infocmp
But I suspect infocmp -x tmux-256color
returns a non 0 exit status right?
$ infocmp -x tmux-256color
$ echo $?
Can you please try the gh-618
branch?
But I suspect
infocmp -x tmux-256color
returns a non 0 exit status right?$ infocmp -x tmux-256color $ echo $?
infocmp: couldn't open terminfo file /usr/share/terminfo/t/tmux-256color.
exit status code of 1
Can you please try the
gh-618
branch?
Yes, It is working now thank you very much!
I have a custom function that installs oh-my-tmux on a certain directory if it doesn't exist and symlink the .tmux.conf file on the home directory now upon installation,
This is what it looks like when using omt on void linux:
The configuration looks like a vanilla tmux though the keybinding are working fine (C-a) prefix are working and also prefix+I to install tpm plugins isn't working
I have tried following this installation process and met all the following requirement, still no luck, same problem.