summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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