fzf-tab | Replace zsh 's default completion selection menu with fzf | Command Line Interface library
kandi X-RAY | fzf-tab Summary
kandi X-RAY | fzf-tab Summary
Replace zsh's default completion selection menu with fzf!
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fzf-tab
fzf-tab Key Features
fzf-tab Examples and Code Snippets
Community Discussions
Trending Discussions on fzf-tab
QUESTION
I'm following this guide for storing dotfiles. I pushed all my dotfiles from my first computer, including submodules. I added submodules like this:
config submodule add https://github.com/Aloxaf/fzf-tab .cache/zsh/plugins/fzf-tab
,
where alias config='/usr/bin/git --git-dir=$XDG_CONFIG_HOME/cfg --work-tree=$HOME
.
After cloning my repo in $HOME/cfg
on destination computer with git clone --bare --recursive my-repo-ssh .config/cfg
, and doing config checkout
and then config submodule update --recursive
, i get message "cloning into home/user/.cache/zsh/plugins/fzf-tab
which I thought is good.
But, in .cache/zsh/plugins/fzf-tab
directory there is only .git
file with one line: ../../../../.config/cfg/modules/.cache/zsh/plugins/fzf-tab
(it's the place where I cloned the bare repository).
Why is this happening? I couldn't find anywhere how to use submodules properly with bare repos. Thanks in advance.
...ANSWER
Answered 2020-Nov-25 at 19:26Fixed it with:
QUESTION
I'm trying to get aws-cli autocompletion working in my zsh using oh-my-zsh
, fzf
, zsh-completion
and fzf-tab-completion
.
But when I hit tab after aws
I get the following error:
compgen:96:command not found: aws_completer
This is my .zshrc
:
ANSWER
Answered 2020-Feb-25 at 11:32I solved it by uninstalling the bundle and homebrew installation like so:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fzf-tab
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page