mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-06-23 23:39:24 -04:00
tmux: move plugins to config
This commit is contained in:
parent
36249eb571
commit
3b5aebcd93
122 changed files with 4210 additions and 2 deletions
43
dot_config/tmux/plugins/tmux-navigate/VERSION.md
Normal file
43
dot_config/tmux/plugins/tmux-navigate/VERSION.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
## Version 0.2.0 (2020-07-10)
|
||||
|
||||
Minor:
|
||||
|
||||
* Removed `@navigate-timeout` configuration setting.
|
||||
|
||||
I have implemented proper edge detection (no more timeouts!) in the Vim
|
||||
portion of this plugin by reporting navigable directions in Vim's title.
|
||||
|
||||
Other:
|
||||
|
||||
* Moved tmux navigation logic out of string literal.
|
||||
|
||||
* Added documentation comments; improved formatting.
|
||||
|
||||
## Version 0.1.1 (2020-05-06)
|
||||
|
||||
Patch:
|
||||
|
||||
* README: Vim integration required for local control.
|
||||
|
||||
Since we rely on pane title changes to check whether Vim navigation was
|
||||
successful, the included Vim plugin is also necessary for local control
|
||||
(it's not only for remote control, where we connect to Vim through SSH).
|
||||
|
||||
* GH-1: don't send BSpace upon Vim misidentification.
|
||||
|
||||
For example, Vim 7.2 sets the pane title to "Thanks for flying Vim" and
|
||||
doesn't bother to clean up after itself upon termination. As a result,
|
||||
the old navigation logic would still see "Thanks for flying Vim" as the
|
||||
title and think that Vim was still running: therefore misidentification.
|
||||
|
||||
## Version 0.1.0 (2020-04-25)
|
||||
|
||||
Minor:
|
||||
|
||||
* Release [blog snippet] as a proper [TPM] plugin: `tmux-navigate`.
|
||||
|
||||
Thanks to @bradleyharden for contributing a working example of TPM
|
||||
plugin conversion and giving me the opportunity to host this repo.
|
||||
|
||||
[TPM]: https://github.com/tmux-plugins/tpm
|
||||
[blog snippet]: https://sunaku.github.io/tmux-select-pane.html
|
Loading…
Add table
Add a link
Reference in a new issue