vim-tmux
vim-tmux copied to clipboard
vim plugin for tmux.conf
When I press ``K´´ the man page opens in a new window in vim but does not jump down. My vim should be pretty normal without any crazy config. I...
Based on [tmux.vim](https://github.com/tmux-plugins/vim-tmux/blob/4e77341a2f8b9b7e41e81e9debbcecaea5987c85/ftdetect/tmux.vim#L1), the plugin autoloads when the filename satisfies the regex `{.,}tmux*.conf` (please correct me if I am wrong). Some `tmux` tools (e.g., [oh-my-tmux](https://github.com/gpakosz/.tmux)) use alternate naming conventions for...
`set` and `bind-key` gets highlighted but in `set-hook` only `set` gets highlighted. right now I've renamed syntax/tmux.vim to syntax/tmux.vim.bak to hack around it and use the default syntax highlighting
A bunch of mouse options were removed among quite a few [other changes](https://raw.githubusercontent.com/tmux/tmux/master/CHANGES). This just needs updated to recognize them as some of them don't highlight properly.
Hi, I’ve noticed that options to commands (e.g. in shell scripts) tend to be highlighted in the `Special` group, while this plugin highlights these as `Operator`s. Thanks.
After installing this with https://github.com/junegunn/vim-plug, I type `set ft` and it returns `nginx`. What am I missing?
I have the following string in `.tmux.conf` ``` set-option -g status-left "#[fg=black,bold]#{?client_prefix,#[bg=magenta] PREFIX ,#{?#{==:#{pane_mode},copy-mode},#{?selection_present,#[bg=brightcyan] VISUAL ,#[bg=cyan] COPY },#{?#{==:#{pane_mode},clock-mode},#[bg=blue] CLOCK ,#[bg=green] INSERT }}}" ``` Highlighting looks broken:
A couple of commands have been changed in tmux 2.4. They are not supported by the current version of vim-tmux. They seem to mostly relate to copying. The commands I...
Hi. Thanks for a great plugin! I really enjoy all your tmux plugins! I'm having an issue with `Shift-K` that I believe may be more due to Vim itself than...