Improved search in 'vimrc'
This commit is contained in:
parent
2139d3df72
commit
1fcff635e6
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ set -g pane-base-index 1
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
set-option -g visual-activity on
|
set-option -g visual-activity on
|
||||||
#Set how often the status bar updates its info
|
#Set how often the status bar updates its info
|
||||||
set -g status-interval 5
|
set -g status-interval 1
|
||||||
|
|
||||||
######Colors######
|
######Colors######
|
||||||
set -g status-bg "colour238"
|
set -g status-bg "colour238"
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -5,6 +5,7 @@ set background=dark
|
||||||
colorscheme Tomorrow-Night-Eighties
|
colorscheme Tomorrow-Night-Eighties
|
||||||
set nu
|
set nu
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
set hlsearch ignorecase
|
||||||
"Auto indent
|
"Auto indent
|
||||||
filetype indent on
|
filetype indent on
|
||||||
set autoindent
|
set autoindent
|
||||||
|
@ -12,7 +13,6 @@ set autoindent
|
||||||
set tabstop=2 shiftwidth=0 expandtab
|
set tabstop=2 shiftwidth=0 expandtab
|
||||||
set pastetoggle=<F2>
|
set pastetoggle=<F2>
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
set hlsearch
|
|
||||||
"Line wrapping
|
"Line wrapping
|
||||||
set wrap
|
set wrap
|
||||||
set linebreak
|
set linebreak
|
||||||
|
|
Loading…
Reference in a new issue