Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 18, 2020
  2. Sep 12, 2020
    • Junegunn Choi's avatar
      [vim] Change the default layout to use popup window · c60ed175
      Junegunn Choi authored
      The new default is
      
        { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } }
      
      The default highlight group for the border of the popup window is
      'Comment', but 'Normal' seems to be a safer choice.
      
      If you prefer the previous default, add this to your Vim configuration file:
      
        let g:fzf_layout = { 'down': '40%' }
      
      (fzf will fall back to this if popup window is not supported)
      c60ed175
  3. Sep 06, 2020
  4. Apr 05, 2020
  5. Feb 13, 2020
    • Junegunn Choi's avatar
      [vim] More border styles · 4fb410a9
      Junegunn Choi authored
      e.g.
      
        let g:fzf_layout = { 'window': { 'width': 0.4, 'height': 1, 'xoffset': 0, 'border': 'right' } }
        let g:fzf_layout = { 'window': { 'width': 0.4, 'height': 1, 'xoffset': 1, 'border': 'left' } }
        let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.5, 'yoffset': 1, 'border': 'top' } }
        let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.5, 'yoffset': 0, 'border': 'bottom' } }
      4fb410a9
  6. Feb 06, 2020
  7. Feb 03, 2020
  8. Jan 25, 2020
  9. Nov 29, 2019
  10. Nov 23, 2019
  11. Jun 08, 2019
  12. Nov 19, 2017
  13. Sep 29, 2017
  14. Aug 14, 2017
  15. Apr 28, 2017
  16. Apr 01, 2017
Loading