better fzf in vim
This commit is contained in:
parent
e4ee2bf4fc
commit
86f23575b2
2 changed files with 4 additions and 1 deletions
3
profile
3
profile
|
@ -18,6 +18,9 @@ export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:
|
|||
export EDITOR="nvim"
|
||||
#stty -ixon # turn of <C-s> for vimshell
|
||||
|
||||
# Searching
|
||||
export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
|
||||
|
||||
# Start X if we're in tty1
|
||||
xsession() {
|
||||
startx 2>&1 || vlock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue