Skip to content

Commit

Permalink
fix(animate): set scrolloff=0 to keep proper cursor positions
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 16, 2024
1 parent 0d77eda commit 7a9d0a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/edgy/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ local defaults = {
winhighlight = "WinBar:EdgyWinBar,WinBarNC:EdgyWinBarNC,Normal:EdgyNormal",
spell = false,
signcolumn = "no",
scrolloff = 0,
},
-- buffer-local keymaps to be added to edgebar buffers.
-- Existing buffer-local keymaps will never be overridden.
Expand Down

0 comments on commit 7a9d0a3

Please sign in to comment.