Releases: alberti42/tmux-fzf-links-discontinued
Releases · alberti42/tmux-fzf-links-discontinued
1.2.1: - Improved documentation of multiple choices
Change log
Improvements
- Improved documentation of multiple choices
- Changed default key binding to Prefix+C-h because it is easy to type and was not used yet in standard tmux configurations
- Better error handling
- Changed default editor cmd to open
vim
editor
1.2.0
Change log
Improvements
- Removed dependency on fzf-tmux. The plugin makes use of named pipes directly in Python and do not rely on the relatively slow bash script
fzf-tmux
. - Improved user-defined scheme for IP addresses
- Updated README with examples
Bug fixes
- Fixed pattern recognizing git addresses
1.1.1
Change log
Improvements
- Correctly sort the matches in the same order of appearance on the screen. Before, matches were grouped per matching schemes, and thus did not reflect the real order of appearance on the screen.
- Do not display matches to directories like
.
,..
,...
etc.