Skip to content

Commit

Permalink
Ability to fzf hidden files
Browse files Browse the repository at this point in the history
- By following the solution posted in junegunn/fzf#634
- Set it up for both bash and zsh
  • Loading branch information
VegaFromLyra committed Oct 9, 2017
1 parent c17f42b commit 322300a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export EDITOR="$VISUAL"

export PATH=./node_modules/.bin:$PATH
export PATH="$HOME/.rbenv/shims:$PATH"
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -g ""'
1 change: 1 addition & 0 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ highlight ExtraWhitespace ctermbg=darkgreen guibg=darkgreen
" Show trailing whitespace:
match ExtraWhitespace /\s\+$/


nmap <leader>l :set list!<CR>
nnoremap <C-P> :<C-U> FZF<CR>
nnoremap <C-F> :Ack<space>
Expand Down

0 comments on commit 322300a

Please sign in to comment.