m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 14:53:47 -05:00

Change default --scroll-off to 3

This commit is contained in:
Junegunn Choi
2024-05-24 19:25:50 +09:00
parent 7a97532547
commit 7e9a0fcdbd
3 changed files with 3 additions and 2 deletions

View File

@@ -534,7 +534,7 @@ func defaultOptions() *Options {
KeepRight: false,
Hscroll: true,
HscrollOff: 10,
ScrollOff: 0,
ScrollOff: 3,
FileWord: false,
InfoStyle: infoDefault,
Separator: nil,