Vim: Enable live searching
This commit is contained in:
parent
b0c77fa42f
commit
04787957ff
6
.vimrc
6
.vimrc
@ -13,9 +13,9 @@ set autoread
|
|||||||
" Use XA_PRIMARY clipboard by default
|
" Use XA_PRIMARY clipboard by default
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|
||||||
" Enable line numbering
|
" Miscellaneous options
|
||||||
set number
|
set incsearch " Search while you type
|
||||||
set relativenumber
|
set number relativenumber " Relative line numbering
|
||||||
|
|
||||||
" Enable 256-color support
|
" Enable 256-color support
|
||||||
" All of my machines support 256-color so this should be fine
|
" All of my machines support 256-color so this should be fine
|
||||||
|
Loading…
Reference in New Issue
Block a user