diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ if &term =~# '^\(screen\|rxvt*\)$' "tty blinks otherwise endif set nobackup set noexpandtab +set smarttab set tabstop=4 set shiftwidth=4 set softtabstop=4 @@ -20,6 +21,7 @@ set hlsearch " highlight all search results set incsearch " increment search set ignorecase " case-insensitive search set smartcase " upper-case sensitive search +set nowrapscan " stop searching at EOF set laststatus=2 set mouse=a set nopaste |