aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix global 'module' potentially conflicting with other pluginsHEADmasterAki2023-12-281-1/+1
| | | | | | Of course, for the conflict to occur the other plugin would need to use the same global. Nonetheless, it's considered a good practice to use local whenever it's possible. It plays well with the trailing return module, too.
* Relicense under LGPL and add contact information.Matěj Cepl2023-10-293-184/+169
| | | | | | | | | Licensing a standalone software (and even less a plugin) under AGPL doesn’t make sense as it is meant just for software used as a service. Moreover, I don’t it is even lawful to license a plugin of non-GPL software with a viral license. Therefore, I am relicensing this with LGPL, which is in my opinion the closest legal option to the original authors intent.
* Add option --search-pathMax Schillinger2023-07-131-1/+10
| | | | | | | | | | | Use this option to set a search path per command call. This option is only meant to be used with `fd` as FZF_DEFAULT_COMMAND. Example usage: vis:map(vis.modes.NORMAL, ' fh', ':fzf --search-path $HOME<Enter>') vis:map(vis.modes.NORMAL, ' fr', ':fzf --search-path /<Enter>') vis:map(vis.modes.NORMAL, ' fg', ':fzf --search-path "$(git rev-parse --show-toplevel)"<Enter>')
* Add ':' to string passed to vis:feedkeysTom Harned2021-04-131-1/+1
|
* Link to maintained repository.guillaumecherel2021-01-181-0/+2
|
* Rename fzf-open.lua to init.luaMatěj Cepl2021-01-162-1/+1
|
* Add mapping example to READMEJeeBak Kim2021-01-161-2/+6
|
* Add a complex example for plugin_vis_open.fzf_argsJeeBak Kim2021-01-161-1/+37
|
* Update README.md w/ fzf expect bindingsJeebak Kim2021-01-161-3/+9
|
* Add split and vsplit optionsJeeBak Kim2021-01-161-5/+16
|
* Cleanup fzfJeeBak Kim2021-01-161-9/+37
|
* Update README.md config examplesJeeBak Kim2021-01-161-5/+5
|
* Add <Enter> to open file immediately after selectionGabriel2021-01-161-1/+1
|
* use vis:feedkeys rather than vis:command so that the command is written in ↵Guillaume Chérel2017-11-231-1/+2
| | | | the command window.
* Edited README.md.guillaumecherel2017-11-231-0/+2
|
* Fixed markdown syntax in README.md.guillaumecherel2017-11-231-2/+2
|
* Added configuration for path and defauld args.Guillaume Chérel2017-11-232-5/+26
|
* Formatting.guillaumecherel2017-11-221-2/+4
|
* Added links.guillaumecherel2017-11-221-1/+1
|
* Initial commit.Guillaume Chérel2017-11-223-0/+228