X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/cd253402f83e44608d7c52b53be13276feef7503..24e3ac6deff61a37dfcb46eb662c59fa5215a501:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 1ef5db9..34afc34 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:│ @@ -417,11 +418,6 @@ augroup END command! NoAutoChecktime let b:autochecktime=0 command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | echom "b:autochecktime:" b:autochecktime -augroup terminal - au! - au TerminalOpen * if &buftype == 'terminal' | setlocal bufhidden=hide | endif -augroup END - " bindings {{{1 " allow both and \ to be