From 9625c38b3d26e5e6686f81969530a379f2eae024 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 20 Jul 2021 23:30:09 +0200 Subject: Fix menu complete and use long options name for clarity --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ab43df1..16b436a 100644 --- a/.vimrc +++ b/.vimrc @@ -78,7 +78,7 @@ set laststatus=2 " Always show the status line set ruler " Always show current position set showcmd " display incomplete commands set wildmenu " Turn on Wild menu -" set wildmode=list:longest,full +set wildmode=longest:full,full set wildignore=*.o,*~,*.pyc " Ignore compiled files set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ set undofile " Save undo's after file closes @@ -89,7 +89,7 @@ set fileformats+=mac " correct mac file format set tabpagemax=50 " Set the maximum number of tabs allowed set modelines=0 " disable the modelines which i don't understand set nomodeline " disable the modelines which i don't understand -set lbr " Vim to wrap existing text as desired +set linebreak " Vim to wrap existing text as desired set nowrap " let Vim Wrap lines or leave them as long as they get set noeb vb t_vb= " set cursorline " highlight current line -- cgit v1.2.3