Improved search in 'vimrc'

This commit is contained in:
Logan 2015-04-22 22:06:09 -07:00 committed by Logan Saunders
parent 2139d3df72
commit 1fcff635e6
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ set -g pane-base-index 1
setw -g monitor-activity on
set-option -g visual-activity on
#Set how often the status bar updates its info
set -g status-interval 5
set -g status-interval 1
######Colors######
set -g status-bg "colour238"

2
vimrc
View File

@ -5,6 +5,7 @@ set background=dark
colorscheme Tomorrow-Night-Eighties
set nu
set laststatus=2
set hlsearch ignorecase
"Auto indent
filetype indent on
set autoindent
@ -12,7 +13,6 @@ set autoindent
set tabstop=2 shiftwidth=0 expandtab
set pastetoggle=<F2>
let mapleader = ","
set hlsearch
"Line wrapping
set wrap
set linebreak