vimrc: Disable internal pager
This commit is contained in:
3
vimrc
3
vimrc
@@ -109,6 +109,9 @@ set nocompatible
|
|||||||
" Store the viminfo file in the .vim directory "
|
" Store the viminfo file in the .vim directory "
|
||||||
set viminfo+=n$HOME/.vim/.viminfo
|
set viminfo+=n$HOME/.vim/.viminfo
|
||||||
|
|
||||||
|
" Don't use a pager "
|
||||||
|
set nomore
|
||||||
|
|
||||||
" Use the system clipboard when deleting, pasting, or yanking "
|
" Use the system clipboard when deleting, pasting, or yanking "
|
||||||
if has("clipboard")
|
if has("clipboard")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|||||||
Reference in New Issue
Block a user