mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
doc: suggest better default for g:fzf_history_dir (#219)
This commit is contained in:
committed by
Junegunn Choi
parent
901c32c045
commit
e198586037
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user