vimrc: Disable internal pager
This commit is contained in:
parent
ae995b87d6
commit
6e3865059e
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user