Add fzf default ops

This commit is contained in:
CramMK
2020-06-12 11:30:25 +02:00
parent f660c355a8
commit 3807afc0f7
3 changed files with 7 additions and 3 deletions

View File

@@ -38,6 +38,10 @@ alias c="clear"
alias v="vim"
alias w="vim ~/vimwiki/index.md"
# fzf
export FZF_DEFAULT_OPTS='--height 40% --preview="head {}" --layout=reverse --bind "enter:execute(vim {})" --bind "tab:down" --bind "btab:up"'
# Allow local aliases
if [ -f ~/.zshrc_local ]; then
source ~/.zshrc_local