From: Samir Benmendil Date: Sat, 14 Jan 2023 01:11:07 +0000 (+0000) Subject: vim: display as much as possible of lastline for long lines X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f1dde7a4dbf46a33ac63633d16131c519b541356?ds=sidebyside vim: display as much as possible of lastline for long lines --- diff --git a/vim/vimrc b/vim/vimrc index 1ef5db9..0aee7e3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -196,6 +196,7 @@ augroup END set scrolloff=5 " number of screen lines to show around the cursor set sidescroll=1 " number of collumns to scroll set sidescrolloff=1 " don't scroll over the listchars +set display+=lastline " display as much as possible of last line set fillchars=diff:⣿,vert:│