doc: suggest better default for g:fzf_history_dir (#219)

This commit is contained in:
Daniel Hahler
2016-10-14 03:08:31 +02:00
committed by Junegunn Choi
parent 901c32c045
commit e198586037
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ let g:fzf_colors =
" CTRL-N and CTRL-P will be automatically bound to next-history and
" previous-history instead of down and up. If you don't like the change,
" explicitly bind the keys to down and up in your $FZF_DEFAULT_OPTS.
let g:fzf_history_dir = '~/.fzf-history'
let g:fzf_history_dir = '~/.local/share/fzf-history'
```
#### Command-local options