first commit
config imported from personal dotfiles aleee-idk/dots
This commit is contained in:
commit
d3a88cbb28
85 changed files with 5236 additions and 0 deletions
7
chezmoi/dot_config/fzf/widgets/fzf-rg-launcher.zsh
Normal file
7
chezmoi/dot_config/fzf/widgets/fzf-rg-launcher.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function fzf-rg-widget() {
|
||||
bash ${DOOTS:-$HOME/.local}/bin/fzf-rg-launcher "$LBUFFER"
|
||||
zle redisplay
|
||||
}
|
||||
|
||||
zle -N fzf-rg-widget
|
||||
bindkey '^F' fzf-rg-widget
|
||||
Loading…
Add table
Add a link
Reference in a new issue