dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c98d1bddf33e9e0b74689e7697ac8c7968fa5ba6
parent c12f62667292c358bc3c1d356ba14259b59782f1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 10 May 2019 14:08:17 -0700

Update st, reintroduce case-insensitive search

Diffstat:
M.vim/plugin/00-general.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/plugin/00-general.vim b/.vim/plugin/00-general.vim @@ -3,6 +3,7 @@ set dictionary+=/usr/share/dict/words " word completion using Ctrl-x Ctrl-k set expandtab " use the appropriate number of spaces for <Tab> set go+=c " do not show popups in gui set hlsearch " highlight search matches +set ignorecase " case-insensitive search set incsearch " search as you type set laststatus=2 " always show the statusline set lbr " break lines between words