vimrc: Disable internal pager

This commit is contained in:
Andrew R. M 2016-10-12 02:59:04 -04:00
parent ae995b87d6
commit 6e3865059e

3
vimrc
View File

@ -109,6 +109,9 @@ set nocompatible
" Store the viminfo file in the .vim directory "
set viminfo+=n$HOME/.vim/.viminfo
" Don't use a pager "
set nomore
" Use the system clipboard when deleting, pasting, or yanking "
if has("clipboard")
set clipboard=unnamed