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

Hi, The current default output value for message-fg for "solarized dark" tmuxline with lightline.vim theme is wrong: ``` set -g message-bg "colour11" set -g message-fg "colour8" ``` `"colour8"` is the...

Hello, Thank you for developing this, I really appreciate using it! I'm using it together with [Promptline](https://github.com/edkolev/promptline.vim) and was wondering how I could use some of the promptline segments in...

The syntax of `let g:tmuxline_preset` allows for rewriting the statusline, however it does not for allow small tweaks like changing `x` on its own without touching the defaults for the...

![Actual](https://user-images.githubusercontent.com/29228157/46244698-32148c00-c3e3-11e8-9b24-e81807f85261.png) Actual behavior ![Expected](https://camo.githubusercontent.com/369cd5b86d7f6dae0c36de4b5fdb84fa1cd1c648/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313533323037312f313535363036322f64383236363063612d346561372d313165332d396466332d3462303834613939326330632e706e67) Expected behavior The (centered) current window indicator is not showing correctly. The image should describe the problem. I have tried overwriting the separators with the power...

Simply, is there a way to place the current window title into section a? Since the tmuxline_preset takes variables as arguments and that's not a variable, how would one do...

Running `tmux set-option -g status off` instantly turns it back on when any instance of vim is running in the current session.

I'm trying to use '#(shell-command)' to display the status of my git branch, but output is blank. to debug, i replaced it with '#(ls -l)', and refreshed the theme through...

I have been trying to get tmuxline to inherit my nova theme. I have disabled the tmuxline enable = 0 and set let g:tmuxline_theme = 'nova'. But they dont work....

Hi there, I'm just getting started with vim/tmux, so I'm not quite sure how to solve this, but my tmuxline seems to have a small gap on the bottom left...

Hi! I'm not sure, it is your plugin problem, maybe it is just byobu and airline problem, but i will try to ask. Then i run Vim with airline and...