" Display & Feedback " Briefly jump to matching bracket set showmatch " Show cursor position (line, column) set ruler " Show filename in status line set showfilename " Show current mode (INSERT/COMMAND) set showmode " Flash screen instead of beeping set flash " Indentation & Formatting " Enable auto-indent set autoindent " Set left to right ( nowrap ) set leftright " Search " Case-insensitive search set ignorecase " Smart case (respect uppercase) set iclower " Incremental search set searchincr " Searches wrap around file set wrapscan " Command Line (Tab completion & history editing) " Press Tab on : command-line to edit history set cedit=\ " Press Tab to autocomplete filenames set filec=\