Skip to content
Snippets Groups Projects
user avatar
Junegunn Choi authored
e.g.

  if exists('$TMUX')
    let g:fzf_layout = { 'tmux': '-p90%,60%' }
  else
    let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
  endif
71e573d0
History
Code owners
Name Last commit Last update
..