Added more FZF integrations
This commit is contained in:
@@ -39,3 +39,19 @@ alias vimf='vim "`fzf`"'
|
||||
|
||||
# CD with the help of fzf
|
||||
alias cdf='cd ~ && cd "$(find . -type d -print0 | fzf --read0 --print0)"'
|
||||
|
||||
# Do lots of things with FZF
|
||||
# VIM
|
||||
alias vimf='vim "`fzf`"'
|
||||
|
||||
# CD
|
||||
alias cdf='cd "`fzf`"'
|
||||
|
||||
# LESS
|
||||
alias lessf='less "`fzf`"'
|
||||
|
||||
# CAT
|
||||
alias catf='cat "`fzf`"'
|
||||
|
||||
# GLOW
|
||||
alias glowf='glow "`fzf`"'
|
||||
|
||||
Reference in New Issue
Block a user