tmuxline.vim icon indicating copy to clipboard operation
tmuxline.vim copied to clipboard

Simple tmux statusline generator with support for powerline symbols and statusline / airline / lightline integration

Results 50 tmuxline.vim issues
Sort by recently updated
recently updated
newest added

attempting to show a longer path using #W, but it gets truncated. Any ideas?

HI, I installed tmuxline recently, I really like it but i want to customize a little with the font weight I've traced the `vim_statusline_1.vim` and would like to change some...

Hello, Since, this option seems now useless and unnecessary, would it be possible to be able to modify the options set by default for tmux ? In this case, I...

I have configuration like this: ``` let g:tmuxline_preset = { \'a' : '#{?client_prefix,#[reverse]#[noreverse] ,}#S', \'win' : ['#I', '#W'], \'cwin' : ['#I', '#W'], \'y' : ['%a, %b %d'], \'z' : '%R',...

:Tmuxline yields "Tmuxline: should be executed in a tmux session"

Is it possible to show the current vi bash mode in the tmux statusline?

Airline use a bright color for the tab that is selected, I think tmuxline should be consistent with that? Sent a PR for this issue. Thanks!

Hi, I've tried to set a custom preset as follows: ``` vim let g:tmuxline_preset = { \'a' : '#(whoami)@#h', \'b' : '#S', \'win' : ['#I', '#W'], \'cwin' : ['#I', '#W',...

I use `vim-airline` together with the 16 color solarized theme which looks correct inside tmux (if `set -g default-terminal "xterm-16color"` is set). However, the tmuxline colors are wrong. Has tmuxline...

Hi! How can I add vcs status like tmux powerline?