You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix fzf_use_main_selection on multi-line
If your `kak_selection` has multiple lines and `fzf_use_main_selection` is true, then the preview window would not even show up. This fixes that error.
fzf.kak version 1.0.0
exposed support of different terminals via `terminal' command #40
fixed VCS modules not respecting current pwd #42
rewritten main fzf function #43
*grep* buffer is now populated with extra items #44
plugin files now can be loaded in any order #45
fzf.kak v0.1.3
This is regular update of fzf.kak that brings new features:
- Preview in fzf window, with code highlighting;
- Configurable tmux split height;
- Intellectual detection of used VCS;
- New submode for using specified VCS commands.
Some code refactoring was done:
- preview settings were moved to fzf command itself;
- tmux height now uses percents;
- some simplification to the code, although there are more to do.