From 8d275943545e49452fcd087db700de54b8c4fd6a Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 9 Jun 2022 13:51:55 +0200 Subject: [PATCH] Remove set shell --- .vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index e8f4484..d4387e7 100644 --- a/.vimrc +++ b/.vimrc @@ -37,8 +37,8 @@ set laststatus=2 set wildmenu set tabpagemax=50 set noerrorbells -set visualbell -set mouse=a +" set visualbell +" set mouse=a set title " Folding @@ -53,5 +53,4 @@ set formatoptions+=j set nomodeline set noswapfile set nrformats-=octal -set shell set wildignore+=.pyc,.swp