mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-08-12 10:52:33 +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
|
" 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,
|
" 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.
|
" 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
|
#### Command-local options
|
||||||
|
|||||||
+1
-1
@@ -154,7 +154,7 @@ Global options~
|
|||||||
" CTRL-N and CTRL-P will be automatically bound to next-history and
|
" 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,
|
" 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.
|
" 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~
|
Command-local options~
|
||||||
|
|||||||
Reference in New Issue
Block a user