-
Notifications
You must be signed in to change notification settings - Fork 23
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
not working in tmux 2.5 #8
Comments
Just compiled tmux again from master and this works fine here. |
I don't really know what I'm missing, other plugins works, Base Setupset -g default-terminal "screen-256color" #set-option -g set-titles on Mouse Setupset -g mouse on Key Bindingsset -g prefix C-a # Set Default PREFIX to Ctrl-a Split Panesbind | split-window -h # bind PREFIX | to split window in two vertical panes Sync Panesbind C-s set-window-option synchronize-panes # PREFIX C-s syncronizes input in every pane Copy&Paste#bind C-c run "tmux show-buffer | putclip" # PREFIX y syncs tmux buffer with system (WINDOWS) clipboard Vim mode keyssetw -g mode-keys vi Vim style movement between panesbind h select-pane -L # PREFIX h select left pane Vim style resize panesbind -r H resize-pane -L 5 # PREFIX H resize pane 5 columns to the left moving between windows with vim movement keysbind -r C-h select-window -t :- y and p as in vimbind Escape copy-mode Status Barset -g base-index 1 #set -g status-utf8 on Colorsset -g pane-border-fg "colour248" set -g status-bg "colour237" List of pluginsset -g @plugin 'tmux-plugins/tpm' Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)run '~/.tmux/plugins/tpm/tpm' |
try:
|
already tried, same behaviour #H remains the same and #U is not recognised |
Dunno what I can do to help sorry. You can try to debug the script (it's fairly simple) but as I can't reproduce I'm stuck. |
Ok I found where the problem is main() { not to window-status-(current)-forrmat I tried to add code to apply also on window-status but it doesn't seem possible (maybe I have to play with window title) |
Hi there, I've the same issue here
I'm working on a current Arch Linux and have the same problem different machines. |
Hello, I'm trying to use your plugin with tmux 2.5 on ubuntu 17.10
the same configuration works on a mac with tmux installed via homebrew (it's tmux 2.4 or 2.6 sorry, don't have the mac here with me right now)
but here it just seems to be ignored, #U is printed plaintext and #U doesn't change when I ssh into another host... any way to debug or fix this?
The text was updated successfully, but these errors were encountered: