summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-20 23:30:09 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-20 23:30:09 +0200
commit9625c38b3d26e5e6686f81969530a379f2eae024 (patch)
treec12590bdf4ff512d93a62be2b8401cc3bfdbc26c
parent14219aff3040b65464afa54d75c55c930b78f0d4 (diff)
Fix menu complete and use long options name for clarity
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
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