fzf default command
This commit is contained in:
@@ -28,8 +28,8 @@ if [[ -n "$BASH_VERSION" ]]; then
|
||||
fi
|
||||
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=1000
|
||||
HISTFILESIZE=2000
|
||||
HISTSIZE=10000
|
||||
HISTFILESIZE=20000
|
||||
|
||||
|
||||
#activate python
|
||||
@@ -38,7 +38,7 @@ HISTFILESIZE=2000
|
||||
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
eval "$(fzf --bash)"
|
||||
FZF_DEFAULT_COMMAND='fd --type f | fzf --print0 | xargs -0 -o vim'
|
||||
FZF_DEFAULT_COMMAND="rg --files --hidden | fzf --bind 'enter:become(vim {+})'"
|
||||
|
||||
# Added by LM Studio CLI tool (lms)
|
||||
export PATH="$PATH:$HOME/.lmstudio/bin"
|
||||
|
||||
Reference in New Issue
Block a user