t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 112 forks source link

Allow scroll cursor past end of last line #915

Closed dcalhoun closed 7 years ago

dcalhoun commented 7 years ago

Allow the ScrollCursorToTop command to scroll past the end of the last line when the appropriate editor config is enabled. This aligns vim-mode-plus closer to native vim. Fixes #896.

t9md commented 7 years ago

Thanks. good improvement. Your PR gives me a hint to further simplify logic. So allow me to modify these logic.