From 3a8b4263cd291f7f1eccbb2a508a9a0a46d660fb Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Mon, 21 Apr 2014 12:19:57 -0700 Subject: [PATCH] add scroll_past_end --- SublimeText/Preferences.sublime-settings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SublimeText/Preferences.sublime-settings b/SublimeText/Preferences.sublime-settings index c4f00b8..8b96ede 100644 --- a/SublimeText/Preferences.sublime-settings +++ b/SublimeText/Preferences.sublime-settings @@ -34,5 +34,6 @@ "draw_white_space" : "all", "trim_trailing_white_space_on_save": true, "word_wrap": true, - "detect_slow_plugins": false + "detect_slow_plugins": false, + "scroll_past_end": true }