Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fzf.bash kills scp remote completion #1373

Open
12 tasks
micalexander opened this issue Sep 7, 2018 · 1 comment
Open
12 tasks

fzf.bash kills scp remote completion #1373

micalexander opened this issue Sep 7, 2018 · 1 comment

Comments

@micalexander
Copy link

micalexander commented Sep 7, 2018

  • Category
    • fzf binary
    • fzf-tmux script
    • Key bindings
    • [ x] Completion
    • Vim
    • Neovim
    • Etc.
  • OS
    • Linux
    • [ x] Mac OS X
    • Windows
    • Windows Subsystem for Linux
    • Etc.
  • Shell
    • [x ] bash
    • zsh
    • fish

fzf.bash kills scp remote completion

@micalexander micalexander changed the title fzf.bash kill scp remote completion fzf.bash kills scp remote completion Sep 7, 2018
@sverhagen
Copy link

I experienced the same. For me it broke autocompletion on git, scp, ssh, who know what else. I determined that it's related to the order in which things are loaded. I have a lot of single-purpose initialization scripts that my shell runs through upon initialization, and fzf is initialized somewhere down the middle. Moving it entirely to the end (executed last) fixed things for me. I'd say... for what it's worth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants