From ba62a2012ad2b5862cc8357939829e123b998688 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 26 Apr 2021 20:42:23 +0200 Subject: Enable cursorline, highlight search results --- .vimrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 1abacc2..d5db8ff 100644 --- a/.vimrc +++ b/.vimrc @@ -4,9 +4,8 @@ set noerrorbells " No annoying bells set vb t_vb= set hidden " allow buffer switching without saving -" Don't highlight search results -" set nohlsearch - +" Highlight search results +set hlsearch " Type-ahead find set incsearch @@ -37,7 +36,7 @@ set undolevels=50 set laststatus=2 " Always show the statusline set ruler " Display ruler with cursor positions -"set cursorline " Highlight the cursor line and column +set cursorline " Highlight the cursor line and column " Buffer, filename, line, total lines, column, ASCII value "set statusline=[%n]\ %f\ %m\ %l/%L,%c\ ASCII:\ %3b @@ -106,7 +105,6 @@ map! y Copyright (C) =strftime("%Y") =$GIT_AUTHOR_NAME << map c i=strftime("%F %R") Tobias Klauser * map! c =strftime("%F %R") Tobias Klauser * - map f ^iFrom: Tobias Klauser ^ map! f From: Tobias Klauser -- cgit v1.2.3-54-g00ecf