I think this never worked correctly, but tmux silently accepted it until
this version, fzf-tmux will not run correctly when passing a string, or
it did before, not quite sure, but this resolves the issue on all
versions
Breaking changes!
- Variable fuzzback-fzf-bind has been renamed to fuzzback-finder-bind
- Variable fuzzback-fzf-layout has been renamed to
fuzzback-finder-layout
There was an issue where fuzzback would display trailing newlines when
searching in terminal. This fix ensures that it will only populate tail
when there is actual text in tail (vim)
This is a combination of 21 commits:
- WIP
- WIP: use filenames, refactor entire main fn
- WIP
- WIP: re-enable horizontal movement
- WIP: fix upward movement
Still haven't fixed downward movement
- WIP: use cursor_y instead of copy_cursor_y
- WIP: fix issue where $match would be unbound
- WIP: add a new col to each line to signify file
- WIP: concat files and refactor goto
- WIP: format local block
- WIP: adjust test to check for num above 1
- WIP: Fix downward movement
When not starting from copy-mode
- WIP: fix column movement when doing downward
- WIP: Fix issue with starting fuzzback in copymode
- WIP: Remove print statements
- WIP: remove unused function
- WIP: move column movement to separate function
- WIP: remove debug out
- WIP: delete old files
- WIP: add input fixture
- WIP: add comments
Add tmux-test as a submodule
Run tmux test setup script
Fix example test
Move scripts to scripts subfolder
WIP
Remove submodule
WIP
Change dist to xenial
Ignore log files
Remove sourcing bashrc
Use xenial as dist
Attempt to install fzf under vagrant user
Add fzf to path
WIP
Fix expect script
Comments
Move provisions to separate folder
Move fixtures to separate folder
Set TERM to prevent tmux errors
WIP
Enable checking pos properly
WIP
Ensure display-message works
Test fuzzback
Add checker to assert_pos
WIP: add more assertions
WIP: fix running multiple assertions
Change TERM to tmux-256color
Fix issue with fuzzback position
Move quit call to associated function
Assert scroll position
Dont export TERM
Include tmux-test in license
Update top level comment
Mention where its copied from
Update header comment
Fix issue with fuzz that caused return to not work
Make create_output take n argument
Fix top of pane tests
Rearrange copy-mode assertion
Caused issues with cursor_pos when it was before that assertion
Set mode-keys to vi
Add middle search tests
Update puts comments, reorder some assertions
Change tests failed message
Fix issue with checking mode
Simplify display_text
Remove unused functions
Fix header lengths
Cleanup, refactor
Rename _private functions, no distinction
Remove empty git modules file
Fix issue with window height passthrough