diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-20 23:30:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-20 23:30:09 +0200 |
| commit | 9625c38b3d26e5e6686f81969530a379f2eae024 (patch) | |
| tree | c12590bdf4ff512d93a62be2b8401cc3bfdbc26c | |
| parent | 14219aff3040b65464afa54d75c55c930b78f0d4 (diff) | |
Fix menu complete and use long options name for clarity
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
