mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 20:39:39 +00:00
zsh: add fzf keybinds
This commit is contained in:
parent
3ec47ad836
commit
ffc8cd4a8b
4
.zshrc
4
.zshrc
@ -27,6 +27,10 @@ zinit light zsh-users/zsh-autosuggestions
|
|||||||
zinit light zsh-users/zsh-completions
|
zinit light zsh-users/zsh-completions
|
||||||
### zinit plugins - end
|
### zinit plugins - end
|
||||||
|
|
||||||
|
# Fzf keybinds
|
||||||
|
# <CTRL+R> search history of shell commands
|
||||||
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
|
|
||||||
# Alias config to manage dotfiles with git
|
# Alias config to manage dotfiles with git
|
||||||
alias config="git --git-dir=\$HOME/.dotfiles/ --work-tree=\$HOME"
|
alias config="git --git-dir=\$HOME/.dotfiles/ --work-tree=\$HOME"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user