scrolloff
This commit is contained in:
		@@ -71,7 +71,7 @@ vim.opt.cursorline = true
 | 
				
			|||||||
vim.opt.cursorcolumn = true
 | 
					vim.opt.cursorcolumn = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Minimal number of screen lines to keep above and below the cursor.
 | 
					-- Minimal number of screen lines to keep above and below the cursor.
 | 
				
			||||||
vim.opt.scrolloff = 10
 | 
					vim.opt.scrolloff = 35
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
 | 
					-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
 | 
				
			||||||
-- instead raise a dialog asking if you wish to save the current file(s)
 | 
					-- instead raise a dialog asking if you wish to save the current file(s)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user