mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-08 21:44:48 +08:00
Update help doc
This commit is contained in:
@@ -124,9 +124,14 @@ But its functionality is still available via `call pathogen#helptags()`.)
|
|||||||
\ 'ctrl-v': 'vsplit' }
|
\ 'ctrl-v': 'vsplit' }
|
||||||
|
|
||||||
" Default fzf layout
|
" Default fzf layout
|
||||||
let g:fzf_layout = { 'down': '40%' }
|
" - down / up / left / right
|
||||||
|
" - window (nvim only)
|
||||||
|
let g:fzf_layout = { 'down': '~40%' }
|
||||||
|
|
||||||
" For Commits and BCommits to customize the options used by 'git log':
|
" [Buffers] Jump to the existing window if possible
|
||||||
|
let g:fzf_buffers_jump = 1
|
||||||
|
|
||||||
|
" [[B]Commits] to customize the options used by 'git log':
|
||||||
let g:fzf_commits_log_options = \
|
let g:fzf_commits_log_options = \
|
||||||
'--graph --color=always --format="%C(auto)%h%d %s %C(black)%C(bold)%cr"'
|
'--graph --color=always --format="%C(auto)%h%d %s %C(black)%C(bold)%cr"'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user