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

`:Tmuxline lighttline` works OK. Is there a way to autoload this on vim startup, just like `airline` does?

Airline use a bright color for the tab that is selected, tmuxline should be consistent with that.

If I customize my airline separators to use different glyphs, I would expect the tmuxline conf to do the same (assuming I'm using `:Tmuxline airline`). Currently it uses the triangle...

### Issue Tmuxline doesn't work with the airline theme gruvbox. By default neovim doesn't set tmux theme on opening. https://github.com/morhetz/gruvbox There are no problems with other themes. When I switch...

Allow presets to be defined locally without using tmuxline#util#create_line_from_hash, so as to have more control over the preset. This is done by looking for the specified preset string as a...

Tmuxline only gets cterm values even if termguicolors is set. The update checks if termguicolors is set and then creates a theme dictionary with true color entries from the lightline...

Hi, would you be interested in adding eleline support?

Hi, is it possible to add tmux-prefix-highlight (https://github.com/tmux-plugins/tmux-prefix-highlight) to tmuxline, tweaking tmuxline_preset? thanks