Skip to content

Releases: alberti42/tmux-fzf-links-discontinued

1.2.1: - Improved documentation of multiple choices

06 Jan 16:38
Compare
Choose a tag to compare

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

06 Jan 14:07
Compare
Choose a tag to compare

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

06 Jan 09:20
Compare
Choose a tag to compare

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.

1.1.0

05 Jan 19:44
0930c44
Compare
Choose a tag to compare

Change log

New features

  • Support colors
  • Support any editor with customizable template patterns

Improvements

  • Extended documentation including screencast
  • Refactored code

Bug fixes

  • Resolved many small and big bugs

1.0.2

02 Jan 11:10
Compare
Choose a tag to compare

Change log

Improvements

  • Improved rules for detection of files and directories, and IP addresses

1.0.1

02 Jan 09:56
Compare
Choose a tag to compare

Change log

Bug fixes

  • Bug fix when no log file is provided

1.0.0

02 Jan 04:04
Compare
Choose a tag to compare

Change log

First release!