Skip to content

fzf Ctrl + T command for git repos #6

Open
@dufferzafar

Description

  • Use git ls-files when inside git directories. Else use default stuff.
  • Currently I'm just modifiying the system file /usr/local/Cellar/fzf/HEAD-fccc931/shell/key-bindings.zsh. Find a way to include in repo.
  • Are there some git ls-files switches that might be of use to us?
  if git rev-parse --is-inside-work-tree &>/dev/null; then
    local cmd="git ls-file"
  else

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions