From 6e3865059ef2cdeb344284fcaa4dea74de00ece3 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Wed, 12 Oct 2016 02:59:04 -0400 Subject: [PATCH] vimrc: Disable internal pager --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index ddcd36b..976296c 100644 --- a/vimrc +++ b/vimrc @@ -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