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

This pull request fixes issue #32 . Using tmuxline with tmux 1.6 would cause vim to hang on startup. The code in question was https://github.com/edkolev/tmuxline.vim/blob/master/autoload/tmuxline.vim#L130: ``` call system("tmux source "...

Nice piece of code. Thank you! This is a feature request. I am not sure how hard or how easy it would be to implement. Anyways ... In the default...

In vim-airline palette the keyword for italic style is `'italic'`, whereas in tmux the accepted keyword is `'italics'`. This will lead to an incorrect parse of the theme (colors) from...

![screenshot from 2017-10-02 15-32-14](https://user-images.githubusercontent.com/10518587/31067733-f6ee2aa6-a786-11e7-9682-197c34e54523.png)

I have a plugin that adds the variable `#{spotify_track}` as well as other Spotify variables. My status line looks like: ``` let g:tmuxline_preset = { \'a' : ['#S', '#I'], \'b'...

Tmuxline doesn't seem to detect if tmux is running if the env var `TMUX` is unset. It properly applies colors to tmux, but none of the `Tmuxline` commands are available....

Hi, Sorry, I don’t know enough about vimscripts and tmux configuration to submit a patch myself. I noticed during the brief period I was using the Powerline tmux theme, that...

Tmux & Vim has true color support. ![image](https://cloud.githubusercontent.com/assets/3210082/16797934/5d9e9edc-4885-11e6-9c33-f9c3266d2656.png) ![image](https://cloud.githubusercontent.com/assets/3210082/16798250/ded4a2fc-4886-11e6-89ba-0f1ea6beb71b.png)

When I change from Normal to Visual or to Insert modes, the tmuxline does change it's colors automatically to match those of the airline colors. They do match if i...

I have a cross-platform compatible .vimrc setup. The tmuxline.vim plugin works fine on Linux systems. However, when I install this on a Windows 10 system, it dramatically slows down the...