bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

READY FOR REVIEW - Disable visual-line-mode for FZF buffers #29

Closed posita closed 6 years ago

posita commented 6 years ago

visual-line-mode seems incompatible with term buffers, specifically that used by FZF. Some users enable the mode globally (e.g., via global-visual-line-mode). This explicitly turns off the mode for FZF buffers.

Fixes #28.