Vim: Enable live searching

This commit is contained in:
Salt 2017-11-29 10:25:34 -06:00
parent b0c77fa42f
commit 04787957ff

6
.vimrc
View File

@ -13,9 +13,9 @@ set autoread
" Use XA_PRIMARY clipboard by default
set clipboard=unnamed
" Enable line numbering
set number
set relativenumber
" Miscellaneous options
set incsearch " Search while you type
set number relativenumber " Relative line numbering
" Enable 256-color support
" All of my machines support 256-color so this should be fine