-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(files): default ctrl-g to toggle
.gitignore
To disable: set `files.action["ctrl-g"]=false` or run: ```lua :lua require("fzf-lua").files({ actions = { ["ctrl-g"]=false } }) ``` Additional changes: - Enabled git-delta auto-detection as pager for git status|commits|bcommits, to disable set `preview_pager=false`: ```lua :lua require("fzf-lua").git_status({ preview_pager=false }) :FzfLua git_commits preview_pager=false ``` - Replaced `<file>` placeholders with `{file}` (backward compat)
- Loading branch information
Showing
5 changed files
with
54 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters